Skip to content

Commit

Permalink
Merge pull request #444 from bgmort/node-logging
Browse files Browse the repository at this point in the history
make console.log available for logging statements in node environment by passing the proper global
  • Loading branch information
prashn64 committed Mar 25, 2014
2 parents 5a4a236 + 99b5ced commit 85d78c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dust.js
Original file line number Diff line number Diff line change
Expand Up @@ -889,4 +889,4 @@
root.dust = dust;
}

})(this);
})((function(){return this;})());

0 comments on commit 85d78c5

Please sign in to comment.