Fix jshint errors introduced in [29212]. see #28842.
Built from https://develop.svn.wordpress.org/trunk@29213 git-svn-id: http://core.svn.wordpress.org/trunk@28997 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
06f5b5a490
commit
5267c64e5f
@ -1,4 +1,4 @@
|
||||
/* global _wpMediaViewsL10n, MediaElementPlayer, _wpMediaGridSettings */
|
||||
/* global _wpMediaViewsL10n, MediaElementPlayer, _wpMediaGridSettings, confirm */
|
||||
(function($, _, Backbone, wp) {
|
||||
var media = wp.media, l10n;
|
||||
|
||||
@ -608,7 +608,7 @@
|
||||
|
||||
initialize: function() {
|
||||
this.model = new Backbone.Model({
|
||||
currentAction: '',
|
||||
currentAction: ''
|
||||
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user