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

starting to get source maps in Firefox #133

Merged
merged 1 commit into from
Apr 11, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dist/es6-module-loader-sans-promises.js
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading