Skip to content

Commit

Permalink
added local pointer to handlerbars.utils to allow this to browserify …
Browse files Browse the repository at this point in the history
…properly for IE
  • Loading branch information
Tommy Messbauer committed May 9, 2013
1 parent ef32573 commit 090ee7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/handlebars/utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
exports.attach = function(Handlebars) {

var toString = Object.prototype.toString;

// BEGIN(BROWSER)

var errorProps = ['description', 'fileName', 'lineNumber', 'message', 'name', 'number', 'stack'];
Expand Down

0 comments on commit 090ee7c

Please sign in to comment.