remove BOM

This commit is contained in:
hawken 2019-01-23 11:33:34 +00:00
parent 094c1deae9
commit 71c2f1f33d
187 changed files with 187 additions and 187 deletions

View file

@ -1,4 +1,4 @@
define(['layoutManager', 'dom', 'css!./emby-scrollbuttons', 'registerElement', 'paper-icon-button-light'], function (layoutManager, dom) {
define(['layoutManager', 'dom', 'css!./emby-scrollbuttons', 'registerElement', 'paper-icon-button-light'], function (layoutManager, dom) {
'use strict';
var EmbyScrollButtonsPrototype = Object.create(HTMLDivElement.prototype);