var data = [];
var rotation = {
startFunction: global.startFn,
additionalFunction: *gets from file*
(...)
}
I have a object that gets constantly updated with new properties and some of them contain functions. The problem is that the functions come from another file and that makes it so I'm not able read or write in the data variable.
via lsaadev
No comments:
Post a Comment