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

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
});