Merge pull request #926 from angelmoya/patch-1

[FIX] web_dialog_size: Fix discard
This commit is contained in:
Pedro M. Baeza
2018-05-16 10:54:17 +02:00
committed by GitHub

View File

@@ -32,7 +32,8 @@ Dialog.include({
handle: '.modal-header', handle: '.modal-header',
helper: false helper: false
}); });
} };
return this;
}, },
close: function() { close: function() {