Delete branches

pull/223/head
Ruben Daniels 2015-11-18 23:22:19 +00:00
rodzic 22205c133a
commit 715f06a3f8
2 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -106,7 +106,7 @@
"c9.ide.run.build": "#0598fff697",
"c9.ide.run.debug.xdebug": "#c4d852533c",
"c9.ide.save": "#5118b30230",
"c9.ide.scm": "#f881b761c6",
"c9.ide.scm": "#b78edfc705",
"c9.ide.terminal.monitor": "#35afa7f97f",
"c9.ide.test": "#520fa1e6c5",
"c9.ide.test.mocha": "#7844e1dc83",

Wyświetl plik

@ -615,7 +615,10 @@ define(function(require, exports, module) {
*
*/
refresh: function(){
model.setRoot(fRoot || plugin.root);
if (model.keyword)
plugin.filterKeyword = model.keyword;
else
model.setRoot(plugin.root);
},
/**
*