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

Commit

Permalink
ensure sfx build uses modulename context object
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jul 22, 2016
1 parent f081683 commit cb94933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/sfx-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@

module.locked = false;
return value;
}, entry.name);
}, { id: entry.name });

module.setters = declaration.setters;
module.execute = declaration.execute;
Expand Down
2 changes: 1 addition & 1 deletion templates/sfx-core.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb94933

Please sign in to comment.