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 04713eb commit 4730966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core-scroll-header-panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
},

attached: function() {
this.resizeableAttachedHandler();
this.resizableAttachedHandler();
},

ready: function() {
Expand All @@ -201,7 +201,7 @@

detached: function() {
this.scroller.removeEventListener('scroll', this._scrollHandler);
this.resizeableDetachedHandler();
this.resizableDetachedHandler();
},

domReady: function() {
Expand Down

0 comments on commit 4730966

Please sign in to comment.