diff options
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; |
