Merge pull request #513 from tommydudebreaux/master

Using handlebars with browserify causes IE to throw - TypeError: Invalid calling object
This commit is contained in:
Kevin Decker
2013-05-09 21:03:03 -07:00
+2
View File
@@ -1,5 +1,7 @@
exports.attach = function(Handlebars) {
var toString = Object.prototype.toString;
// BEGIN(BROWSER)
var errorProps = ['description', 'fileName', 'lineNumber', 'message', 'name', 'number', 'stack'];