Closed bverjat closed 8 years ago
Dear @Yomguithereal.
As you can see on my screen, while trying to setup a Monkey using 'pointId' and 'points' instead of ['pointId'] and ['points']
'pointId'
'points'
['pointId']
['points']
… pointId:0, point: Baobab.monkey('pointId','points', function(id, points) { return points[id] || null; }) …
you're getting an error :
Uncaught TypeError: path.some is not a function type.dynamicPath @ lib.min.js:24610 MonkeyDefinition @ lib.min.js:24254 Baobab.monkey @ lib.min.js:22720 (anonymous function) @ main.js:11 fire @ lib.min.js:3099 self.fireWith @ lib.min.js:3211 done @ lib.min.js:8264(anonymous function) @ lib.min.js:8605
Dear @Yomguithereal.
As you can see on my screen, while trying to setup a Monkey using
'pointId'
and'points'
instead of['pointId']
and['points']
you're getting an error :