src/widgets/AnnotationsList.js
branchnew-model
changeset 908 f56199193fad
parent 906 4b6e154ae8de
child 909 aa0e42229784
equal deleted inserted replaced
906:4b6e154ae8de 908:f56199193fad
   232 IriSP.Widgets.AnnotationsList.prototype.draw = function() {
   232 IriSP.Widgets.AnnotationsList.prototype.draw = function() {
   233     
   233     
   234     this.bindPopcorn("IriSP.search", "onSearch");
   234     this.bindPopcorn("IriSP.search", "onSearch");
   235     this.bindPopcorn("IriSP.search.closed", "onSearch");
   235     this.bindPopcorn("IriSP.search.closed", "onSearch");
   236     this.bindPopcorn("IriSP.search.cleared", "onSearch");
   236     this.bindPopcorn("IriSP.search.cleared", "onSearch");
       
   237     this.bindPopcorn("IriSP.AnnotationsList.refresh","refresh");
   237     
   238     
   238     var _this = this;
   239     var _this = this;
   239     
   240     
   240     if (this.ajax_url) {
   241     if (this.ajax_url) {
   241         if (this.mashupMode) {
   242         if (this.mashupMode) {