From 08a91859dd08703271c908f269951ad659a7942a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 31 Aug 2019 20:51:45 +0000 Subject: [PATCH] Twenty Seventeen: Remove unused jQuery argument passed to an IIFE that accepts no arguments. Props Christian1012, hareesh-pillai. See #40333. git-svn-id: https://develop.svn.wordpress.org/trunk@45922 602fd350-edb4-49c9-b593-d223f7449a82 --- .../themes/twentyseventeen/assets/js/customize-controls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyseventeen/assets/js/customize-controls.js b/src/wp-content/themes/twentyseventeen/assets/js/customize-controls.js index e6f6037a4d..8477975ee4 100644 --- a/src/wp-content/themes/twentyseventeen/assets/js/customize-controls.js +++ b/src/wp-content/themes/twentyseventeen/assets/js/customize-controls.js @@ -33,4 +33,4 @@ } ); } ); }); -})( jQuery ); +})();