X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Dialog.CoreAutoSavePreview.bjs;h=9301134066cb6667f036afabba78be912a6a9813;hb=06d690f553d010dca8f0c3c9e827ba74fc3150fc;hp=8cf0e647d42ce7943315283956dcb0557695a208;hpb=46abdf92770e5c95fc50346b583a72671d659ec4;p=Pman.Core diff --git a/Pman.Dialog.CoreAutoSavePreview.bjs b/Pman.Dialog.CoreAutoSavePreview.bjs index 8cf0e647..93011340 100644 --- a/Pman.Dialog.CoreAutoSavePreview.bjs +++ b/Pman.Dialog.CoreAutoSavePreview.bjs @@ -48,7 +48,7 @@ { "listeners": { "|render": "function() \n{\n _this.grid = this; \n \n if (_this.panel.active) {\n this.footer.onClick('first');\n }\n}", - "|rowdblclick": "function (_self, rowIndex, e)\n{\n\n}\n" + "|rowdblclick": "function (_self, rowIndex, e)\n{\n _this.dialog.hide();\n \n if (_this.callback) {\n _this.callback.call(this, _this.source);\n }\n}\n" }, "*prop": "grid", "autoExpandColumn": "filename",