|
@@ -1216,7 +1216,7 @@ MWF.xApplication.process.Xform.Org = MWF.APPOrg = new Class(
|
|
|
}.bind(this), function(){});
|
|
}.bind(this), function(){});
|
|
|
|
|
|
|
|
this.moduleValueAG = Promise.resolve(p);
|
|
this.moduleValueAG = Promise.resolve(p);
|
|
|
- if (p & p.then) p.then(function(){
|
|
|
|
|
|
|
+ if (p && p.then) p.then(function(){
|
|
|
this.moduleValueAG = null;
|
|
this.moduleValueAG = null;
|
|
|
}.bind(this), function(){
|
|
}.bind(this), function(){
|
|
|
this.moduleValueAG = null;
|
|
this.moduleValueAG = null;
|