OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>paper-ripple</title> | 4 <title>paper-ripple</title> |
5 | 5 |
6 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-
scale=1.0"> | 6 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-
scale=1.0"> |
7 <meta name="mobile-web-app-capable" content="yes"> | 7 <meta name="mobile-web-app-capable" content="yes"> |
8 <meta name="apple-mobile-web-app-capable" content="yes"> | 8 <meta name="apple-mobile-web-app-capable" content="yes"> |
9 | 9 |
10 <script src="../../../platform/platform.js"></script> | 10 <script src="../../../platform/platform.js"></script> |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 }); | 103 }); |
104 | 104 |
105 }); | 105 }); |
106 } | 106 } |
107 | 107 |
108 document.addEventListener('polymer-ready', test1); | 108 document.addEventListener('polymer-ready', test1); |
109 </script> | 109 </script> |
110 | 110 |
111 </body> | 111 </body> |
112 </html> | 112 </html> |
OLD | NEW |