mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 17:47:16 +00:00
Allow private methods in objects test
This commit is contained in:
parent
b52879475f
commit
948c96dc64
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ const getMakiMethods = obj =>
|
|||
return (
|
||||
typeof obj[name] === "function" &&
|
||||
!name.startsWith("js_") &&
|
||||
!name.startsWith("_") &&
|
||||
name !== "constructor"
|
||||
);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue