Closed gossi closed 13 years ago
In the jit-2.0.0b.js (uncompressed version) it is line 9262, Class $jit.ST.Plot: Change line from:
return !root || orns.indexOf(elem.getData('orn')) > -1;
to:
return !root || orns.indexOf(node.getData('orn')) > -1;
to make it work again :)
Added that to the master branch, thanks!
In the jit-2.0.0b.js (uncompressed version) it is line 9262, Class $jit.ST.Plot: Change line from:
return !root || orns.indexOf(elem.getData('orn')) > -1;
to:
return !root || orns.indexOf(node.getData('orn')) > -1;
to make it work again :)