Correctly close the console when no logger necessary (prevent double inputs) (fixes #25).

This commit is contained in:
Julien Fontanet
2013-09-05 16:55:58 +02:00
parent b804550f29
commit d56ef76d85

View File

@@ -1270,6 +1270,10 @@
);
});
},
'onBeforeClose': function () {
this.rfb && this.rfb.disconnect();
},
});
var VMView = CompositeView.extend({
'template': '#tpl-vm',