client/js/renderer/baserepresentation.js
changeset 434 0d5998b32a7c
parent 433 e457ec945e50
child 435 e529b633c339
equal deleted inserted replaced
433:e457ec945e50 434:0d5998b32a7c
    75                 this.model.off("select", this._selectBinding );
    75                 this.model.off("select", this._selectBinding );
    76                 this.model.off("unselect", this._unselectBinding );
    76                 this.model.off("unselect", this._unselectBinding );
    77             }
    77             }
    78         }
    78         }
    79     }).value();
    79     }).value();
    80 //    });
       
    81 
    80 
    82     /* End of Rkns.Renderer._BaseRepresentation Class */
    81     /* End of Rkns.Renderer._BaseRepresentation Class */
    83 
    82 
    84     return _BaseRepresentation;
    83     return _BaseRepresentation;
    85 
    84