Pman.Request.js
authoredward <edward@roojs.com>
Thu, 19 May 2016 04:01:36 +0000 (12:01 +0800)
committeredward <edward@roojs.com>
Thu, 19 May 2016 04:01:36 +0000 (12:01 +0800)
Pman.Request.js

index 6cc8206..dd80cd1 100644 (file)
@@ -103,7 +103,7 @@ Roo.extend(Pman.Request, Roo.data.Connection, {
         if (this.mask && this.maskEl) {
             Roo.get(this.maskEl).unmask(true);
         }
-        if(!this.showFailtureDialog){
+        if(!this.showFailureDialog){
             return;
         }
         if (res !== true) {