From cd9efc989a5a86e610513dac31316193dc41431a Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 28 Oct 2014 12:22:37 +0200 Subject: wip/history zoom --- scripts/rhizicore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/rhizicore.js') 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; -- cgit v1.3.1