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
@@ -1,4 +1,4 @@
if (typeof Object.assign != 'function') {
if (typeof Object.assign != 'function') {
(function () {
Object.assign = function (target) {
'use strict';
+1 -1
View File
@@ -1,4 +1,4 @@
// http://paulirish.com/2011/requestanimationframe-for-smart-animating/
// http://paulirish.com/2011/requestanimationframe-for-smart-animating/
// http://my.opera.com/emoller/blog/2011/12/20/requestanimationframe-for-smart-er-animating
// requestAnimationFrame polyfill by Erik Möller. fixes from Paul Irish and Tino Zijdel