fix excessive whitespace trimming resulting in innaccurate sourcemap line - fixes #151
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
function add() {
|
||||
var _arguments = arguments;
|
||||
|
||||
return [1, 2, 3].map(function (i) {
|
||||
return i * _arguments[0];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user