| changeset 964 | d7d56ea2d0a6 |
| parent 959 | ee11ed1b739e |
| child 982 | cfcbac34d020 |
--- a/src/widgets/Segments.js Wed Sep 19 14:59:35 2012 +0900 +++ b/src/widgets/Segments.js Fri Sep 21 11:18:57 2012 +0900 @@ -62,8 +62,7 @@ _annotation.trigger("unselect"); }) .click(function() { - _this.media.setCurrentTime(_annotation.begin); - _this.player.trigger("Mediafragment.setHashToAnnotation", _data.id); + _annotation.trigger("click"); }) .appendTo(_this.list_$) _annotation.on("select", function() {