OLD | NEW |
1 <!-- | 1 <!-- |
2 Copyright 2013 The Polymer Authors. All rights reserved. | 2 Copyright 2013 The Polymer Authors. All rights reserved. |
3 Use of this source code is governed by a BSD-style | 3 Use of this source code is governed by a BSD-style |
4 license that can be found in the LICENSE file. | 4 license that can be found in the LICENSE file. |
5 --> | 5 --> |
6 <!-- | 6 <!-- |
7 /** | 7 /** |
8 * @module Polymer Elements | 8 * @module Polymer Elements |
9 */ | 9 */ |
10 /** | 10 /** |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 } else { | 230 } else { |
231 this.updateSize(this.calcSize(), null); | 231 this.updateSize(this.calcSize(), null); |
232 } | 232 } |
233 this.async(function() { | 233 this.async(function() { |
234 this.updateSize(0, this.duration); | 234 this.updateSize(0, this.duration); |
235 }); | 235 }); |
236 } | 236 } |
237 }); | 237 }); |
238 </script> | 238 </script> |
239 </polymer-element> | 239 </polymer-element> |
OLD | NEW |