From 22401ccf641eceb97da487ec88aeb337cdd948f3 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 23 Dec 2020 18:53:05 +0300 Subject: [PATCH] removed some ooooold legacy... Signed-off-by: Alex A. Naanou --- features.js | 6 +----- package.json | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) 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": {