Use super.getIds() for property enumeration in HopObject prototypes.
This commit is contained in:
parent
20ea453c35
commit
90ef29fb1b
1 changed files with 1 additions and 1 deletions
|
@ -904,7 +904,7 @@ public class HopObject extends ScriptableObject implements Wrapper {
|
|||
*/
|
||||
public Object[] getIds() {
|
||||
if (node == null) {
|
||||
return new Object[0];
|
||||
return super.getIds();
|
||||
}
|
||||
|
||||
checkNode();
|
||||
|
|
Loading…
Add table
Reference in a new issue