JSHint: Remove an unused variable.

Built from https://develop.svn.wordpress.org/trunk@31568


git-svn-id: http://core.svn.wordpress.org/trunk@31549 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2015-02-27 09:50:24 +00:00
parent d35ef1c5b1
commit 4f19a4b613
3 changed files with 1 additions and 3 deletions

View File

@ -629,7 +629,6 @@ Manage = MediaFrame.extend({
* @global wp.Uploader
*/
initialize: function() {
var self = this;
_.defaults( this.options, {
title: '',
modal: false,

View File

@ -30,7 +30,6 @@ Manage = MediaFrame.extend({
* @global wp.Uploader
*/
initialize: function() {
var self = this;
_.defaults( this.options, {
title: '',
modal: false,

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31567';
$wp_version = '4.2-alpha-31568';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.