Fix linting errors
This commit is contained in:
parent
5e58951605
commit
60ec70b2d8
29 changed files with 6 additions and 33 deletions
|
@ -1,7 +1,6 @@
|
|||
|
||||
define(['browser', 'require', 'events', 'apphost', 'loading', 'dom', 'playbackManager', 'appRouter', 'appSettings', 'connectionManager', 'htmlMediaHelper', 'itemHelper', 'screenfull', 'globalize'], function (browser, require, events, appHost, loading, dom, playbackManager, appRouter, appSettings, connectionManager, htmlMediaHelper, itemHelper, screenfull, globalize) {
|
||||
'use strict';
|
||||
/* globals cast */
|
||||
|
||||
function tryRemoveElement(elem) {
|
||||
var parentNode = elem.parentNode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue