restore customizations

This commit is contained in:
Luke Pulverenti
2015-06-25 21:17:13 -04:00
parent cee4794cd3
commit 878eac1535
3 changed files with 385 additions and 189 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic">
<!--<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic">-->
+2 -1
View File
@@ -558,7 +558,8 @@ prevent = dy > dx;
prevent = dx > dy;
}
if (prevent) {
ev.preventDefault();
//This breaks scrolling in safari
//ev.preventDefault();
}
}
},
File diff suppressed because it is too large Load Diff