Skip to content

Commit

Permalink
extractor: fix module.exports value resolving
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Mar 21, 2014
1 parent 9a20e8d commit 7c538d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/extractor/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ function processFile(file, flow){
if (file.nsToken)
{
astComplete(file.jsScope, file.nsToken, file.nsToken.obj.exports);
//astExtend(file.jsScope, file.nsToken.obj.exports, file.nsToken.obj.exports);
astExtend(file.jsScope, file.nsToken.obj.exports, file.nsToken.obj.exports);
}

// FIXME: temporary here - move to proper place
Expand Down

0 comments on commit 7c538d3

Please sign in to comment.