fix send form

This commit is contained in:
Matias Alejo Garcia 2014-12-30 10:37:04 -03:00
commit 6f94825d2d
5 changed files with 13 additions and 9 deletions

View file

@ -48,7 +48,7 @@ _.each(levels, function(level, levelName) {
if (Error.stackTraceLimit && this.level == 'debug') {
var old = Error.stackTraceLimit;
Error.stackTraceLimit = 2
Error.stackTraceLimit = 2;
var stack;
// this hack is to be compatible with IE11