From b0c98aafde7073d312263baa5fa5fac2c63e2054 Mon Sep 17 00:00:00 2001 From: Thomas Tortorini Date: Mon, 10 Sep 2018 00:30:43 +0200 Subject: [PATCH] gsuiDragline: remove .attached/remove() --- gsuiDragline/gsuiDragline.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gsuiDragline/gsuiDragline.js b/gsuiDragline/gsuiDragline.js index 81596fb6..47e13373 100644 --- a/gsuiDragline/gsuiDragline.js +++ b/gsuiDragline/gsuiDragline.js @@ -15,13 +15,6 @@ class gsuiDragline { this._to.onmousedown = this._mousedownTo.bind( this ); } - remove() { - delete this._attached; - this.rootElement.remove(); - } - attached() { - this._attached = true; - } linkTo( el ) { el = el || null; if ( el !== this._linkedTo ) {