From 2166b4a6c12ec0a57af2c107ba86339919bcd2da Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sun, 19 Jul 2015 17:09:26 +0000 Subject: [PATCH] JSHint: Use 'global' rather than 'globals' for inline configuration. Don't declare a global already listed in .jshintrc. props johnjamesjacoby. fixes #33021. Built from https://develop.svn.wordpress.org/trunk@33324 git-svn-id: http://core.svn.wordpress.org/trunk@33296 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/js/customize-controls.js | 2 +- wp-includes/js/customize-models.js | 2 +- wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/js/customize-controls.js b/wp-admin/js/customize-controls.js index 070b96c6ff..f45e256b98 100644 --- a/wp-admin/js/customize-controls.js +++ b/wp-admin/js/customize-controls.js @@ -1,4 +1,4 @@ -/* globals _wpCustomizeHeader, _wpCustomizeBackground, _wpMediaViewsL10n, MediaElementPlayer */ +/* global _wpCustomizeHeader, _wpCustomizeBackground, _wpMediaViewsL10n, MediaElementPlayer */ (function( exports, $ ){ var Container, focus, api = wp.customize; diff --git a/wp-includes/js/customize-models.js b/wp-includes/js/customize-models.js index 5969be3963..9d6e088c51 100644 --- a/wp-includes/js/customize-models.js +++ b/wp-includes/js/customize-models.js @@ -1,4 +1,4 @@ -/* globals _wpCustomizeHeader, _ */ +/* global _wpCustomizeHeader */ (function( $, wp ) { var api = wp.customize; api.HeaderTool = {}; diff --git a/wp-includes/version.php b/wp-includes/version.php index a6562f415b..1191bccd06 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta3-33323'; +$wp_version = '4.3-beta3-33324'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.