bootstrapx-clickover icon indicating copy to clipboard operation
bootstrapx-clickover copied to clipboard

Add namespace to clickevent

Open victor-baumann opened this issue 11 years ago • 0 comments

Currently the click eventhandler is added without an namespace, therefore destroy() doesn't work because bootstrap popover removes the events with this.type as namespace

destroy: function () { this.hide().$element.off('.' + this.type).removeData(this.type) }

victor-baumann avatar Mar 25 '13 15:03 victor-baumann