diff --git a/features.js b/features.js index ad0083f..1f6aec1 100755 --- a/features.js +++ b/features.js @@ -227,15 +227,11 @@ object.Constructor('Feature', { && actions.off('*', this.tag) //*/ - // XXX + // XXX revise naming... this.hasOwnProperty('remove') && this.setup !== Feature.prototype.remove && this.remove(actions) - // remove feature DOM elements... - // XXX - actions.ribbons.viewer.find('.' + this.tag).remove() - return this }, diff --git a/package.json b/package.json index c4fe2c9..b24dcbe 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ig-features", - "version": "3.4.6", + "version": "3.4.7", "description": "", "main": "features.js", "scripts": {