pull/85/head
nightwing 2015-04-04 00:17:54 +04:00 zatwierdzone przez nightwing
rodzic 2de2c4caa4
commit fd9092aabe
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -173,7 +173,7 @@ define(function(require, exports, module) {
});
},
function(next){
var path = join(c9.home, "plugins", + name);
var path = join(c9.home, "plugins", name);
var rePath = new RegExp("^" + util.escapeRegExp(path), "g");
find.getFileList({
path: path,