equal
deleted
inserted
replaced
1 IriSP.SegmentsWidget = function(Popcorn, config, Serializer) { |
1 IriSP.SegmentsWidget = function(Popcorn, config, Serializer) { |
2 IriSP.Widget.call(this, Popcorn, config, Serializer); |
2 IriSP.Widget.call(this, Popcorn, config, Serializer); |
3 }; |
3 }; |
4 |
4 |
5 IriSP.SegmentsWidget.prototype = new IriSP.Widget; |
5 IriSP.SegmentsWidget.prototype = new IriSP.Widget(); |
6 |
6 |
7 IriSP.SegmentsWidget.prototype.draw = function() { |
7 IriSP.SegmentsWidget.prototype.draw = function() { |
8 |
8 |
9 var annotations = this._serializer._data.annotations; |
9 var annotations = this._serializer._data.annotations; |
10 |
10 |