Skip to content

Commit

Permalink
Opera 11.6 compatibility. Closes #26.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kit Cambridge committed May 12, 2012
1 parent e86a968 commit e0adebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doT.js
Original file line number Diff line number Diff line change
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 e0adebb

Please sign in to comment.