Fix jshint errors introduced in [29212]. see #28842.
git-svn-id: https://develop.svn.wordpress.org/trunk@29213 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e391aa228a
commit
cb2ea6501a
@ -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