Skip to content

Commit

Permalink
cjsDeferDeps -> cjsDeferDepsExecute
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Feb 18, 2016
1 parent 2515f2a commit daf16df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cjs.js
Expand Up @@ -88,7 +88,7 @@
}

// ensure meta deps execute first
if (!load.metadata.cjsDeferDeps)
if (!load.metadata.cjsDeferDepsExecute)
for (var i = 0; i < metaDeps.length; i++)
require(metaDeps[i]);

Expand Down

0 comments on commit daf16df

Please sign in to comment.