javascript:TrailingComma sonacube issue considered blocker removed

This commit is contained in:
Daan Hoogland 2015-11-16 08:04:55 +00:00
parent bf0c4f2ecb
commit 9a23229d94
3 changed files with 4 additions and 4 deletions

View File

@ -162,7 +162,7 @@
}
},
error: function(xhr) {
},
}
});
}
},
@ -1405,7 +1405,7 @@
});
}
});
},
}
error: function(json) {
complete({ error: parseXMLHttpResponse(json) });
}

View File

@ -180,7 +180,7 @@
}
},
error: function(xhr) {
},
}
});
return userValid ? {

View File

@ -569,7 +569,7 @@
});
}
}
},
}
}
},
action: function(args) {