3
0
Fork 0

Merge pull request #926 from angelmoya/patch-1

[FIX] web_dialog_size: Fix discard
11.0
Pedro M. Baeza 2018-05-16 10:54:17 +02:00 committed by GitHub
commit 595c03b293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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