Commit compiled code that should have been in commit 378a04e4

This commit is contained in:
Simon Lydell 2015-05-13 17:50:02 +02:00
parent c0d44b1abd
commit ba85a38cb0
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
for (i = 0, len = fragments.length; i < len; i++) {
fragment = fragments[i];
if (options.sourceMap) {
if (fragment.locationData) {
if (fragment.locationData && !/^[;\s]*$/.test(fragment.code)) {
map.add([fragment.locationData.first_line, fragment.locationData.first_column], [currentLine, currentColumn], {
noReplace: true
});