Make WordPress Core

Changeset 36783


Ignore:
Timestamp:
02/29/2016 09:49:36 PM (8 years ago)
Author:
ocean90
Message:

Media: JSHint for wp-playlist.js.

File was added to the watchlist in [36780].

See #35984.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/mediaelement/wp-playlist.js

    r36364 r36783  
    1 /*globals window, document, jQuery, _, Backbone, _wpmejsSettings */
     1/* global _wpmejsSettings, MediaElementPlayer */
    22
    33(function ($, _, Backbone) {
    4     "use strict";
     4    'use strict';
    55
    66    var WPPlaylistView = Backbone.View.extend({
Note: See TracChangeset for help on using the changeset viewer.