`jshint` fixes for [27734].
Built from https://develop.svn.wordpress.org/trunk@27750 git-svn-id: http://core.svn.wordpress.org/trunk@27587 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d8f50c98a0
commit
b6f768bd30
|
@ -1,4 +1,4 @@
|
|||
/* global tinymce */
|
||||
/* global tinymce, MediaElementPlayer, WPPlaylistView */
|
||||
|
||||
// Ensure the global `wp` object exists.
|
||||
window.wp = window.wp || {};
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* global _wpMediaViewsL10n, _wpmejsSettings, MediaElementPlayer, tinymce, WPPlaylistView */
|
||||
/* global _wpMediaViewsL10n, _wpmejsSettings, MediaElementPlayer */
|
||||
|
||||
(function($, _, Backbone) {
|
||||
var media = wp.media,
|
||||
|
|
Loading…
Reference in New Issue