Skip to content

Commit

Permalink
fix: use the dust context which is passed in arg
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarrishav authored Dec 7, 2017
1 parent 3a6c446 commit 9676b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dust-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if (typeof define === 'function' && define.amd && define.amd.dust === true) {
define(['dust.core'], factory);
} else if (typeof exports === 'object') {
module.exports = factory(require('dustjs-linkedin'));
module.exports = factory;
} else {
factory(root.dust);
}
Expand Down

0 comments on commit 9676b5c

Please sign in to comment.