fix send form
This commit is contained in:
parent
ffe1b8e149
commit
6f94825d2d
5 changed files with 13 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue