client/annotviz/app/js/main.js
changeset 92 a323578ea954
parent 91 09a9074ea7b0
child 96 f58715468f1e
child 99 9d968fbcaa2a
--- a/client/annotviz/app/js/main.js	Fri Jan 16 22:09:56 2015 +0100
+++ b/client/annotviz/app/js/main.js	Mon Jan 19 09:52:52 2015 +0100
@@ -58,7 +58,7 @@
 	uberContainer.position.y = 0;
 } else {
 	uberContainer.position.x = 0;
-	uberContainer.position.y = Math.floor(sceneHeight*9/10);;
+	uberContainer.position.y = Math.floor(sceneHeight*9/10);
 }
 stage.addChild(uberContainer);
 
@@ -146,7 +146,7 @@
 
 var GeneralView = require('./generalView.js')
 
-var GeneralRoll = new GeneralView(uberContainer, 0, 0, sceneWidth - (prSize2 + prSize3), sceneHeight, 3600, 60, Date.now());
+var GeneralRoll = new GeneralView(uberContainer, 0, 0, sceneWidth - (prSize2 + prSize3), sceneHeight, Date.now(), Date.now() + 300000, 30);
 
 
 function addAnnots(data){