mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-09-17 14:30:20 +00:00
Fixes for jshint
git-svn-id: https://develop.svn.wordpress.org/trunk@27643 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* globals _wpCustomizeHeader */
|
||||
(function( $, wp, _ ) {
|
||||
|
||||
if ( ! wp || ! wp.customize ) { return; }
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* global _wpMediaViewsL10n, _wpmejsSettings, MediaElementPlayer */
|
||||
/* global _wpMediaViewsL10n, _wpmejsSettings, MediaElementPlayer, tinymce, WPPlaylistView */
|
||||
|
||||
(function ($, _, Backbone) {
|
||||
var media = wp.media, l10n = typeof _wpMediaViewsL10n === 'undefined' ? {} : _wpMediaViewsL10n;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* global _wpMediaViewsL10n, _wpmejsSettings, MediaElementPlayer,
|
||||
confirm, getUserSetting, setUserSetting */
|
||||
/* global _wpMediaViewsL10n, confirm, getUserSetting, setUserSetting */
|
||||
(function($, _){
|
||||
var media = wp.media, l10n;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user