mirror of
https://github.com/flynx/features.js.git
synced 2025-10-28 18:00:11 +00:00
removed some ooooold legacy...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ad32e8cd1b
commit
22401ccf64
@ -227,15 +227,11 @@ object.Constructor('Feature', {
|
|||||||
&& actions.off('*', this.tag)
|
&& actions.off('*', this.tag)
|
||||||
//*/
|
//*/
|
||||||
|
|
||||||
// XXX
|
// XXX revise naming...
|
||||||
this.hasOwnProperty('remove')
|
this.hasOwnProperty('remove')
|
||||||
&& this.setup !== Feature.prototype.remove
|
&& this.setup !== Feature.prototype.remove
|
||||||
&& this.remove(actions)
|
&& this.remove(actions)
|
||||||
|
|
||||||
// remove feature DOM elements...
|
|
||||||
// XXX
|
|
||||||
actions.ribbons.viewer.find('.' + this.tag).remove()
|
|
||||||
|
|
||||||
return this },
|
return this },
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ig-features",
|
"name": "ig-features",
|
||||||
"version": "3.4.6",
|
"version": "3.4.7",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "features.js",
|
"main": "features.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user