From 7cff5c879496d1ee84020a63b7ec60e979a92885 Mon Sep 17 00:00:00 2001 From: Ella Iseulde Van Dorpe Date: Sun, 26 Jul 2015 18:17:37 +0000 Subject: [PATCH] JSHint for [33426] Oops. :| See #33096. git-svn-id: https://develop.svn.wordpress.org/trunk@33428 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/js/mce-view.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/js/mce-view.js b/src/wp-includes/js/mce-view.js index 3863924f07..41118ca19d 100644 --- a/src/wp-includes/js/mce-view.js +++ b/src/wp-includes/js/mce-view.js @@ -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 );