Skip to content

Commit

Permalink
Merge pull request #27 from kitcambridge/issue-26
Browse files Browse the repository at this point in the history
Opera 11.6 compatibility - fix for #26
  • Loading branch information
olado committed May 12, 2012
2 parents e86a968 + e0adebb commit 73bcb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doT.js
Expand Up @@ -26,7 +26,7 @@
compile: undefined //fn, for express
};

var global = (function(){ return this || (0||eval)('this'); }());
var global = (function(){ return this || (0,eval)('this'); }());

if (typeof module !== 'undefined' && module.exports) {
module.exports = doT;
Expand Down

0 comments on commit 73bcb19

Please sign in to comment.