Cannot use arrow function here. (fix #44)
This commit is contained in:
parent
31a7e48768
commit
21b177cbb4
@ -1 +1,5 @@
|
||||
export var getAllObjects = () => this.getObjects();
|
||||
function getAllObjects() {
|
||||
return this.getObjects();
|
||||
}
|
||||
|
||||
export {getAllObjects};
|
||||
|
Loading…
Reference in New Issue
Block a user