include object methods in tab complete
This commit is contained in:
parent
2ffb1ff78d
commit
a621c473c1
1 changed files with 0 additions and 2 deletions
|
@ -248,8 +248,6 @@ var server = org.bukkit.Bukkit.server;
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
for (var i in o){
|
for (var i in o){
|
||||||
if (!o.hasOwnProperty(i))
|
|
||||||
continue;
|
|
||||||
if (i.match(/^[^_]/)){
|
if (i.match(/^[^_]/)){
|
||||||
if (typeof o[i] == "function")
|
if (typeof o[i] == "function")
|
||||||
result.push(i+"()");
|
result.push(i+"()");
|
||||||
|
|
Reference in a new issue