refactor(sprites): grunt spritesmith for @sabrecat's e44c84bef9
This commit is contained in:
Vendored
+2360
-1256
File diff suppressed because it is too large
Load Diff
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+2
-3
@@ -27,8 +27,7 @@ process.nextTick = (function () {
|
||||
if (canPost) {
|
||||
var queue = [];
|
||||
window.addEventListener('message', function (ev) {
|
||||
var source = ev.source;
|
||||
if ((source === window || source === null) && ev.data === 'process-tick') {
|
||||
if (ev.source === window && ev.data === 'process-tick') {
|
||||
ev.stopPropagation();
|
||||
if (queue.length > 0) {
|
||||
var fn = queue.shift();
|
||||
@@ -64,7 +63,7 @@ process.chdir = function (dir) {
|
||||
};
|
||||
|
||||
},{}],3:[function(require,module,exports){
|
||||
var global=typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {};/**
|
||||
var global=self;/**
|
||||
* @license
|
||||
* Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/>
|
||||
* Build: `lodash modern -o ./dist/lodash.js`
|
||||
|
||||
Vendored
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 255 KiB |
Vendored
BIN
Binary file not shown.
|
After Width: | Height: | Size: 376 KiB |
Vendored
+2360
-1256
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user