Pman.Dialog.CoreEnum.bjs
[Pman.Core] / Pman.Dialog.CoreEnum.js
index 1d06511..3250ecd 100644 (file)
@@ -123,8 +123,8 @@ Pman.Dialog.CoreEnum = {
                       return;
                   }
                   
-                  if(typeof(_this.data._title) != 'undefined' && _this.data.title.length){
-                      _this.dialog.setTitle(_this.data.title);
+                  if(typeof(_this.data._title) != 'undefined' && _this.data._title.length){
+                      _this.dialog.setTitle(_this.data._title);
                   }
             
                   if(_this.data.id){