JSHint for [33426]

Oops. :|

See #33096.


git-svn-id: https://develop.svn.wordpress.org/trunk@33428 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ella Iseulde Van Dorpe 2015-07-26 18:17:37 +00:00
parent 385b98d828
commit 7cff5c8794
1 changed files with 2 additions and 2 deletions

View File

@ -725,7 +725,7 @@
* Views for the gallery, audio, video, playlist and embed shortcodes,
* and a view for embeddable URLs.
*/
( function( window, views, media ) {
( function( window, views, media, $ ) {
var base, gallery, av, embed;
base = {
@ -903,4 +903,4 @@
}
}
} ) );
} )( window, window.wp.mce.views, window.wp.media );
} )( window, window.wp.mce.views, window.wp.media, window.jQuery );