Fixed: Error messages not being shown in the UI or being shown in the wrong place

This commit is contained in:
Mark McDowall
2014-06-04 08:38:26 -07:00
parent 9916479f02
commit 545bc756f2
13 changed files with 66 additions and 34 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ define(
}
};
this.prototype.beforeClose = function () {
this.prototype.onBeforeClose = function () {
if (this._modelBinder) {
this._modelBinder.unbind();