Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request #133 from guybedford/master
Browse files Browse the repository at this point in the history
starting to get source maps in Firefox
  • Loading branch information
guybedford committed Apr 11, 2014
2 parents 8cd87f9 + a18d571 commit d439fa5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion dist/es6-module-loader-sans-promises.js
Expand Up @@ -490,7 +490,8 @@ function logloads(loads) {
load.module = {
name: load.name,
dependencies: load.dependencies,
body: load.body
body: load.body,
address: load.address
};
}
else {
Expand Down
2 changes: 1 addition & 1 deletion dist/es6-module-loader-sans-promises.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dist/es6-module-loader.js
Expand Up @@ -1406,7 +1406,8 @@ function logloads(loads) {
load.module = {
name: load.name,
dependencies: load.dependencies,
body: load.body
body: load.body,
address: load.address
};
}
else {
Expand Down

0 comments on commit d439fa5

Please sign in to comment.