bootstrapx-clickover
bootstrapx-clickover copied to clipboard
Add namespace to clickevent
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) }