Skip to content

Commit

Permalink
gsuiDragline: remove .attached/remove()
Browse files Browse the repository at this point in the history
  • Loading branch information
mr21 committed Sep 9, 2018
1 parent f5fc746 commit b0c98aa
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions gsuiDragline/gsuiDragline.js
Expand Up @@ -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 ) {
Expand Down

0 comments on commit b0c98aa

Please sign in to comment.