Difference between revisions of "Dependent gliders"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
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> |