Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Commonize resizable spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Dec 8, 2014
1 parent 86b8754 commit de4064b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -371,13 +371,13 @@
if (!this.template.bindingDelegate) {
this.template.bindingDelegate = this.element.syntax;
}
this.resizeableAttachedHandler();
this.resizableAttachedHandler();
},

detached: function() {
this.isAttached = false;
this.removeEventListener(this._boundScrollHandler);
this.resizeableDetachedHandler();
this.resizableDetachedHandler();
},

/**
Expand Down

0 comments on commit de4064b

Please sign in to comment.