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 | 9 |
10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 } else { | 120 } else { |
121 console.log('click', t); | 121 console.log('click', t); |
122 } | 122 } |
123 } | 123 } |
124 } | 124 } |
125 | 125 |
126 </script> | 126 </script> |
127 | 127 |
128 </body> | 128 </body> |
129 </html> | 129 </html> |
OLD | NEW |