Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(881)

Unified Diff: polymer_0.5.0/bower_components/paper-slider/demo.html

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: polymer_0.5.0/bower_components/paper-slider/demo.html
diff --git a/bower_components/paper-slider/demo.html b/polymer_0.5.0/bower_components/paper-slider/demo.html
similarity index 92%
rename from bower_components/paper-slider/demo.html
rename to polymer_0.5.0/bower_components/paper-slider/demo.html
index 781e3479a4cf40a4ade4bb1f3c3d5ec19934f508..ccc9054ca5dafd3e945d37b9dbc084c1ce736a3e 100644
--- a/bower_components/paper-slider/demo.html
+++ b/polymer_0.5.0/bower_components/paper-slider/demo.html
@@ -16,7 +16,7 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
- <script src="../platform/platform.js"></script>
+ <script src="../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="paper-slider.html">
<link rel="import" href="../font-roboto/roboto.html">
@@ -27,12 +27,6 @@
font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial;
margin: 0;
padding: 24px;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- -webkit-tap-highlight-color: rgba(0,0,0,0);
- -webkit-touch-callout: none;
}
paper-slider {
« no previous file with comments | « polymer_0.5.0/bower_components/paper-slider/bower.json ('k') | polymer_0.5.0/bower_components/paper-slider/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698