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:
parent
d35ef1c5b1
commit
4f19a4b613
|
@ -629,7 +629,6 @@ Manage = MediaFrame.extend({
|
||||||
* @global wp.Uploader
|
* @global wp.Uploader
|
||||||
*/
|
*/
|
||||||
initialize: function() {
|
initialize: function() {
|
||||||
var self = this;
|
|
||||||
_.defaults( this.options, {
|
_.defaults( this.options, {
|
||||||
title: '',
|
title: '',
|
||||||
modal: false,
|
modal: false,
|
||||||
|
|
|
@ -30,7 +30,6 @@ Manage = MediaFrame.extend({
|
||||||
* @global wp.Uploader
|
* @global wp.Uploader
|
||||||
*/
|
*/
|
||||||
initialize: function() {
|
initialize: function() {
|
||||||
var self = this;
|
|
||||||
_.defaults( this.options, {
|
_.defaults( this.options, {
|
||||||
title: '',
|
title: '',
|
||||||
modal: false,
|
modal: false,
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue