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:
parent
385b98d828
commit
7cff5c8794
@ -725,7 +725,7 @@
|
|||||||
* Views for the gallery, audio, video, playlist and embed shortcodes,
|
* Views for the gallery, audio, video, playlist and embed shortcodes,
|
||||||
* and a view for embeddable URLs.
|
* and a view for embeddable URLs.
|
||||||
*/
|
*/
|
||||||
( function( window, views, media ) {
|
( function( window, views, media, $ ) {
|
||||||
var base, gallery, av, embed;
|
var base, gallery, av, embed;
|
||||||
|
|
||||||
base = {
|
base = {
|
||||||
@ -903,4 +903,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} ) );
|
} ) );
|
||||||
} )( window, window.wp.mce.views, window.wp.media );
|
} )( window, window.wp.mce.views, window.wp.media, window.jQuery );
|
||||||
|
Loading…
Reference in New Issue
Block a user