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

Side by Side Diff: polymer_0.4.0/bower_components/polymer-collapse/index.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, 11 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 unified diff | Download patch
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>polymer api</title> 4 <title>polymer api</title>
5 <style> 5 <style>
6 html, body { 6 html, body {
7 font-family: Arial, sans-serif; 7 font-family: Arial, sans-serif;
8 white-space: nowrap; 8 white-space: nowrap;
9 overflow: hidden; 9 overflow: hidden;
10 } 10 }
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 document.querySelector('title').textContent = module; 55 document.querySelector('title').textContent = module;
56 } 56 }
57 // for testing only 57 // for testing only
58 var opts = window.location.search; 58 var opts = window.location.search;
59 if (opts.indexOf('noviewer') >= 0) { 59 if (opts.indexOf('noviewer') >= 0) {
60 noviewer(); 60 noviewer();
61 } 61 }
62 </script> 62 </script>
63 </body> 63 </body>
64 </html> 64 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698