From 27c877e2b9a0f8e771be0dbcf962a4e1cbe5f07e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 31 Aug 2019 20:52:07 +0000 Subject: [PATCH] Twenty Nineteen: Remove unused jQuery argument passed to an IIFE that accepts no arguments. Props Christian1012, hareesh-pillai. Fixes #40333. git-svn-id: https://develop.svn.wordpress.org/trunk@45923 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentynineteen/js/customize-controls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentynineteen/js/customize-controls.js b/src/wp-content/themes/twentynineteen/js/customize-controls.js index b4308ed145..0eff108adc 100644 --- a/src/wp-content/themes/twentynineteen/js/customize-controls.js +++ b/src/wp-content/themes/twentynineteen/js/customize-controls.js @@ -27,4 +27,4 @@ }); }); -})( jQuery ); +})();