fix excessive whitespace trimming resulting in innaccurate sourcemap line - fixes #151

This commit is contained in:
Sebastian McKenzie
2014-11-13 12:25:11 +11:00
parent 0c7e0b65b9
commit 9c1b60e451
29 changed files with 12 additions and 39 deletions

View File

@@ -2,7 +2,6 @@
function add() {
var _this = this;
return [1, 2, 3].map(function (i) {
return i * _this.multiplier;
});