equal
deleted
inserted
replaced
4 |
4 |
5 IriSP.Widgets.MultiSegments.prototype = new IriSP.Widgets.Widget(); |
5 IriSP.Widgets.MultiSegments.prototype = new IriSP.Widgets.Widget(); |
6 |
6 |
7 IriSP.Widgets.MultiSegments.prototype.defaults = { |
7 IriSP.Widgets.MultiSegments.prototype.defaults = { |
8 annotation_show_arrow: true, |
8 annotation_show_arrow: true, |
9 annotation_start_minimized: true, |
9 annotation_start_minimized: false, |
10 annotation_show_annotation_type: true, |
10 annotation_show_annotation_type: true, |
11 show_all: false |
11 show_all: false |
12 }; |
12 }; |
13 |
13 |
14 IriSP.Widgets.MultiSegments.prototype.draw = function() { |
14 IriSP.Widgets.MultiSegments.prototype.draw = function() { |