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 114 matching lines...) Loading... |
125 if (target.z === 0) { | 125 if (target.z === 0) { |
126 target.down = false; | 126 target.down = false; |
127 } | 127 } |
128 } | 128 } |
129 }; | 129 }; |
130 | 130 |
131 </script> | 131 </script> |
132 | 132 |
133 </body> | 133 </body> |
134 </html> | 134 </html> |
OLD | NEW |