| Index: third_party/polymer/v1_0/components/neon-animation/animations/hero-animation.html
|
| diff --git a/third_party/polymer/v1_0/components/neon-animation/animations/hero-animation.html b/third_party/polymer/v1_0/components/neon-animation/animations/hero-animation.html
|
| index 689156168e83f6960768053f3652368ec589ec04..a9075e138fd08e2503be6424ca3073feac6b5fdf 100644
|
| --- a/third_party/polymer/v1_0/components/neon-animation/animations/hero-animation.html
|
| +++ b/third_party/polymer/v1_0/components/neon-animation/animations/hero-animation.html
|
| @@ -46,7 +46,7 @@ Configuration:
|
| configure: function(config) {
|
| var shared = this.findSharedElements(config);
|
| if (!shared) {
|
| - return null;
|
| + return;
|
| }
|
|
|
| var fromRect = shared.from.getBoundingClientRect();
|
|
|