Pman.Tab.BuilderDatabase.bjs
[Pman.Builder] / Pman.Tab.BuilderDatabase.js
index bc1347d..71f3fd5 100644 (file)
@@ -409,7 +409,10 @@ Pman.Tab.BuilderDatabase = new Roo.XComponent({
          },
         rowdblclick : function (_self, rowIndex, e)
          {
-             if (!_this.dialog) return;
+             if (!_this.dialog) {
+                 return;
+             }
+             
              _this.dialog.show( this.getDataSource().getAt(rowIndex), function() {
                  _this.grid.footer.onClick('first');
              });