equal
deleted
inserted
replaced
98 |
98 |
99 // handle clicks |
99 // handle clicks |
100 this.$playButton.click(this.functionWrapper("playHandler")); |
100 this.$playButton.click(this.functionWrapper("playHandler")); |
101 |
101 |
102 this.$.find(".Ldt-Ctrl-Annotate").click(function() { |
102 this.$.find(".Ldt-Ctrl-Annotate").click(function() { |
103 _this.player.popcorn.trigger("IriSP.Player.AnnotateButton.clicked"); |
103 _this.player.popcorn.trigger("IriSP.CreateAnnotation.toggle"); |
104 }); |
104 }); |
105 this.$.find(".Ldt-Ctrl-SearchBtn").click(this.functionWrapper("searchButtonHandler")); |
105 this.$.find(".Ldt-Ctrl-SearchBtn").click(this.functionWrapper("searchButtonHandler")); |
106 |
106 |
107 this.$searchInput.keyup(this.functionWrapper("searchHandler") ); |
107 this.$searchInput.keyup(this.functionWrapper("searchHandler") ); |
108 |
108 |