Media: JSHint for wp-playlist.js.

File was added to the watchlist in [36780].

See #35984.
Built from https://develop.svn.wordpress.org/trunk@36783


git-svn-id: http://core.svn.wordpress.org/trunk@36750 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2016-02-29 21:50:27 +00:00
parent 41f15f3c2c
commit dc6a3284e8
2 changed files with 3 additions and 3 deletions

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) {

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta1-36782';
$wp_version = '4.5-beta1-36783';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.