Skip to content

Commit 090ee7c

Browse files
author
Tommy Messbauer
committed
added local pointer to handlerbars.utils to allow this to browserify properly for IE
1 parent ef32573 commit 090ee7c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/handlebars/utils.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
exports.attach = function(Handlebars) {
22

3+
var toString = Object.prototype.toString;
4+
35
// BEGIN(BROWSER)
46

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

0 commit comments

Comments
 (0)