зеркало из https://github.com/nextcloud/spreed.git
Add aditional check for modelSaveOptions.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Родитель
a6f6e7a87b
Коммит
3fac50104a
|
@ -215,7 +215,7 @@
|
|||
options.success = _.bind(function() {
|
||||
this.hideInput();
|
||||
|
||||
if (_.isFunction(this.modelSaveOptions.success)) {
|
||||
if (this.modelSaveOptions && _.isFunction(this.modelSaveOptions.success)) {
|
||||
this.modelSaveOptions.success.apply(this, arguments);
|
||||
}
|
||||
}, this);
|
||||
|
|
Загрузка…
Ссылка в новой задаче