Changeset 36783
- Timestamp:
- 02/29/2016 09:49:36 PM (8 years ago)
- 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 */ 2 2 3 3 (function ($, _, Backbone) { 4 "use strict";4 'use strict'; 5 5 6 6 var WPPlaylistView = Backbone.View.extend({
Note: See TracChangeset
for help on using the changeset viewer.