removed some ooooold legacy...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-12-23 18:53:05 +03:00
parent ad32e8cd1b
commit 22401ccf64
2 changed files with 2 additions and 6 deletions

View File

@ -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 },

View File

@ -1,6 +1,6 @@
{
"name": "ig-features",
"version": "3.4.6",
"version": "3.4.7",
"description": "",
"main": "features.js",
"scripts": {