Skip to content

Commit

Permalink
Fixed uglify script to not remove the wrong nodes when shuffling arou…
Browse files Browse the repository at this point in the history
…nd the TS built-ins.
  • Loading branch information
Arnavion committed Sep 10, 2016
1 parent 8b7ef62 commit 41d8516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/uglify.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ var Run = (function () {
}

insertionParent.splice(-1, 0, node);
this._toInsert.pop();
this._toInsert.splice(i, 1);
}
}

Expand Down

0 comments on commit 41d8516

Please sign in to comment.