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-shadow</title> | 9 <title>paper-shadow</title> |
10 | 10 |
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 var fab = document.getElementById('fab'); | 242 var fab = document.getElementById('fab'); |
243 fab.addEventListener('shadow-z-changed', function() { | 243 fab.addEventListener('shadow-z-changed', function() { |
244 document.getElementById('fab-z').textContent = fab.z; | 244 document.getElementById('fab-z').textContent = fab.z; |
245 }); | 245 }); |
246 }); | 246 }); |
247 </script> | 247 </script> |
248 </section> | 248 </section> |
249 | 249 |
250 </body> | 250 </body> |
251 </html> | 251 </html> |
OLD | NEW |