client/annotviz/app/js/annotsvizview.js
changeset 134 119b6193c493
parent 133 12f782a13fa2
parent 131 0bb70072a56f
child 135 d3066fa80a81
equal deleted inserted replaced
133:12f782a13fa2 134:119b6193c493
    48 	stageView.registerComponent(this);
    48 	stageView.registerComponent(this);
    49 
    49 
    50 	var timeLineDay2 = new AnnotsTimeLine.AnnotsTimeLine({
    50 	var timeLineDay2 = new AnnotsTimeLine.AnnotsTimeLine({
    51     	stageView : stageView,
    51     	stageView : stageView,
    52         logger: logger,
    52         logger: logger,
    53         ws: new annotviz.WsWrapper(wsUriAnnotation, logger),
    53         ws: wsAnnot,
    54         xInit: 0,
    54         xInit: 0,
    55         yInit: 0,
    55         yInit: 0,
    56         width: 1024 - 200 - 200,
    56         width: 1024 - 200 - 200,
    57         height: 768-200,
    57         height: 768-200,
    58         timeBegin: this.timeBegin,
    58         timeBegin: this.timeBegin,