diff options
| author | Alon Levy <alon@pobox.com> | 2014-10-28 12:22:37 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-10-28 12:22:37 +0200 |
| commit | cd9efc989a5a86e610513dac31316193dc41431a (patch) | |
| tree | b276f5b4e67ee7d53951d770778e955aaf2ed2f1 /scripts/rhizicore.js | |
| parent | d7d34eb2bece8a39fecc3354de0f7d0a6e8827c6 (diff) | |
wip/history zoom
Diffstat (limited to 'scripts/rhizicore.js')
| -rw-r--r-- | scripts/rhizicore.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js index de823882..a8b091cc 100644 --- a/scripts/rhizicore.js +++ b/scripts/rhizicore.js @@ -569,7 +569,7 @@ function myGraph(el) { function set_user(user) { this.user = user; - this.history = new History(this.user); + this.history = new History(this.user, $('svg')); console.log('new user: ' + user); } this.set_user = set_user; |
