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

Commit

Permalink
Remove invalid touch-action scroll
Browse files Browse the repository at this point in the history
Breaks the "should scroll" logic in polymer-gestures
  • Loading branch information
dfreedm committed Aug 1, 2014
1 parent e4850a3 commit bbb3c6a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion elements/pi-accounts.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@

Polymer('pi-accounts', {
ready: function() {
this.setAttribute('touch-action', 'scroll');
this.asyncFire('ready');
},
accountsChanged: function() {
Expand Down
1 change: 0 additions & 1 deletion elements/pi-items-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
pageSize: 27,
ready: function() {
this.makeDummyTiles();
this.setAttribute('touch-action', 'scroll');
},
makeDummyTiles: function() {
this.dummyTiles = [];
Expand Down

0 comments on commit bbb3c6a

Please sign in to comment.