summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/utils.js
diff options
context:
space:
mode:
authorTommy Messbauer <tommy@vast.com>2013-05-09 17:17:34 -0500
committerTommy Messbauer <tommy@vast.com>2013-05-09 17:17:34 -0500
commit090ee7c59a1fd24a1d9f806667e78bd8b5711a1f (patch)
tree0e8dd738b303fe7fe23309bb378621aa349255a1 /lib/handlebars/utils.js
parentef325733bb45d0dd15a5c30d3b4c4ff6d2175340 (diff)
downloadhandlebars.js-090ee7c59a1fd24a1d9f806667e78bd8b5711a1f.zip
handlebars.js-090ee7c59a1fd24a1d9f806667e78bd8b5711a1f.tar.gz
handlebars.js-090ee7c59a1fd24a1d9f806667e78bd8b5711a1f.tar.bz2
added local pointer to handlerbars.utils to allow this to browserify properly for IE
Diffstat (limited to 'lib/handlebars/utils.js')
-rw-r--r--lib/handlebars/utils.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/handlebars/utils.js b/lib/handlebars/utils.js
index dffc477..1e0e4c9 100644
--- a/lib/handlebars/utils.js
+++ b/lib/handlebars/utils.js
@@ -1,5 +1,7 @@
exports.attach = function(Handlebars) {
+var toString = Object.prototype.toString;
+
// BEGIN(BROWSER)
var errorProps = ['description', 'fileName', 'lineNumber', 'message', 'name', 'number', 'stack'];