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
This commit is contained in:
Sergey Biryukov 2019-08-31 20:51:45 +00:00
parent 9abbd90d30
commit 08a91859dd
1 changed files with 1 additions and 1 deletions

View File

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