| Index: third_party/polymer/components/neon-animation/animations/cascaded-animation.html
|
| diff --git a/third_party/polymer/components/neon-animation/animations/cascaded-animation.html b/third_party/polymer/components/neon-animation/animations/cascaded-animation.html
|
| index 97b045071ed785c6552f2471cb9d464fcd4a0915..539975333d1148d1efaf7c40fab1ccfff5a307ce 100644
|
| --- a/third_party/polymer/components/neon-animation/animations/cascaded-animation.html
|
| +++ b/third_party/polymer/components/neon-animation/animations/cascaded-animation.html
|
| @@ -68,7 +68,7 @@ Configuration:
|
| this._animations.push(animation);
|
| effects.push(effect);
|
| } else {
|
| - Polymer.Base._warn(this.is + ':', config.animation, 'not found!');
|
| + console.warn(this.is + ':', config.animation, 'not found!');
|
| abortedConfigure = true;
|
| break;
|
| }
|
|
|