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
This commit is contained in:
Sergey Biryukov 2019-08-31 20:52:07 +00:00
parent 08a91859dd
commit 27c877e2b9

View File

@ -27,4 +27,4 @@
}); });
}); });
})( jQuery ); })();