Skip to content

Commit

Permalink
sourceURL requires space after hash
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkettner committed Apr 15, 2014
1 parent 2e0cdad commit 775e001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lumbar-loader-localstorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lumbarLoader.loadJS = function(moduleName, callback) {
loadViaXHR(href, function(err, data, status) {
if (!err && data) {
try {
data += "\n//#sourceURL=" + href;
data += "\n//# sourceURL=" + href;
window.eval(data);
callback();
return true;
Expand Down

0 comments on commit 775e001

Please sign in to comment.