Merge pull request #1069 from DaanHoogland/trailing-commas

javascript:TrailingComma sonacube issue considered blocker removedsimple change in several locations

* pr/1069:
  javascript:TrailingComma sonacube issue considered blocker removed

Signed-off-by: Remi Bergsma <github@remi.nl>
This commit is contained in:
Remi Bergsma 2015-11-23 13:07:08 +01:00
commit 8afda59ff3
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

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

View File

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