$(this.el).off('click').on("click", "a", this.clicked); at line 57, add the off click event
$(this.el).off('click').on("click", "a", this.clicked);
at line 57, add the off click event