alignment between submitDialogForm functions implementation

This commit is contained in:
Ezequiel Bergamaschi
2015-04-24 23:51:54 -03:00
parent 928afcd1e7
commit b653e0e48f
4 changed files with 4 additions and 5 deletions

View File

@@ -296,7 +296,7 @@ function buildCollabModel() {
}
// Hook for interaction with the main parent window ...
var submitDialogForm = function () {
function submitDialogForm() {
var collabs = buildCollabModel();
collabs.collaborations = jQuery.grep(collabs.collaborations, function () {