OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <!-- | 2 <!-- |
3 Copyright 2013 The Polymer Authors. All rights reserved. | 3 Copyright 2013 The Polymer Authors. All rights reserved. |
4 Use of this source code is governed by a BSD-style | 4 Use of this source code is governed by a BSD-style |
5 license that can be found in the LICENSE file. | 5 license that can be found in the LICENSE file. |
6 --> | 6 --> |
7 <html> | 7 <html> |
8 <head> | 8 <head> |
9 <title>paper-icon-button</title> | 9 <title>paper-icon-button</title> |
10 <meta name="viewport" content="width=device-width, minimum-scale=1.0, initia
l-scale=1, user-scalable=yes"> | 10 <meta name="viewport" content="width=device-width, minimum-scale=1.0, initia
l-scale=1, user-scalable=yes"> |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 } else { | 127 } else { |
128 console.log('click', t); | 128 console.log('click', t); |
129 } | 129 } |
130 } | 130 } |
131 } | 131 } |
132 | 132 |
133 </script> | 133 </script> |
134 | 134 |
135 </body> | 135 </body> |
136 </html> | 136 </html> |
OLD | NEW |