src/js/widgets/annotationsWidget.js
branchpopcorn-port
changeset 493 f7333cdf5320
parent 470 19389e221722
child 538 b778b2f93ef4
equal deleted inserted replaced
492:97c920842123 493:f7333cdf5320
    85                         return function() { 
    85                         return function() { 
    86                             _this.displayAnnotation(annotation); 
    86                             _this.displayAnnotation(annotation); 
    87                           
    87                           
    88                         } }(annotation),
    88                         } }(annotation),
    89                 onEnd: 
    89                 onEnd: 
    90                        function() { _this.clearWidget.call(_this); },
    90                        function() { _this.clearWidget.call(_this); }
    91                 };
    91                 };
    92     this._Popcorn = this._Popcorn.code(conf);                                             
    92     this._Popcorn = this._Popcorn.code(conf);                                             
    93   }
    93   }
    94 
    94 
    95 };
    95 };