src/widgets/Controller.js
branchnew-model
changeset 904 510ebab76fa3
parent 882 61c384dda19e
child 917 eb8677d3a663
--- a/src/widgets/Controller.js	Tue May 15 15:50:19 2012 +0200
+++ b/src/widgets/Controller.js	Fri May 18 18:23:51 2012 +0200
@@ -100,7 +100,7 @@
     this.$playButton.click(this.functionWrapper("playHandler"));
     
     this.$.find(".Ldt-Ctrl-Annotate").click(function() {
-        _this.player.popcorn.trigger("IriSP.Player.AnnotateButton.clicked");
+        _this.player.popcorn.trigger("IriSP.CreateAnnotation.toggle");
     });
     this.$.find(".Ldt-Ctrl-SearchBtn").click(this.functionWrapper("searchButtonHandler"));