Media: JSHint for wp-playlist.js.

File was added to the watchlist in [36780].

See #35984.

git-svn-id: https://develop.svn.wordpress.org/trunk@36783 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2016-02-29 21:49:36 +00:00
parent 8b7fdc982f
commit f35fa3e58d

View File

@ -1,7 +1,7 @@
/*globals window, document, jQuery, _, Backbone, _wpmejsSettings */
/* global _wpmejsSettings, MediaElementPlayer */
(function ($, _, Backbone) {
"use strict";
'use strict';
var WPPlaylistView = Backbone.View.extend({
initialize : function (options) {