Dependent gliders: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
brd.addHook(function() { | brd.addHook(function() { | ||
B.position = A.position + 0.5; | B.position = A.position + 0.5; | ||
B.prepareUpdate().update().updateRenderer(); | B.prepareUpdate().update(true).updateRenderer(); | ||
}, 'update'); | }, 'update'); | ||
</jsxgraph> | </jsxgraph> |