kopia lustrzana https://github.com/c9/core
fix typo
rodzic
2de2c4caa4
commit
fd9092aabe
|
@ -173,7 +173,7 @@ define(function(require, exports, module) {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
function(next){
|
function(next){
|
||||||
var path = join(c9.home, "plugins", + name);
|
var path = join(c9.home, "plugins", name);
|
||||||
var rePath = new RegExp("^" + util.escapeRegExp(path), "g");
|
var rePath = new RegExp("^" + util.escapeRegExp(path), "g");
|
||||||
find.getFileList({
|
find.getFileList({
|
||||||
path: path,
|
path: path,
|
||||||
|
|
Ładowanie…
Reference in New Issue