Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 6f743ed

Browse files
author
Yvonne Yip
committed
polymer-animation: fix declarative
1 parent c88b9b3 commit 6f743ed

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

polymer-animation/polymer-animation-prop.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<link rel="import" href="polymer-animation-keyframe.html">
2-
<polymer-element name="polymer-animation-prop" attributes="name value">
1+
<polymer-element name="polymer-animation-prop" attributes="name value" noscript>
32
<script>
43
/**
54
* A CSS property and value to use in a `<polymer-animation-keyframe>`.
@@ -17,6 +16,5 @@
1716
* @property value
1817
* @required
1918
*/
20-
Polymer('polymer-animation-prop');
2119
</script>
2220
</polymer-element>

0 commit comments

Comments
 (0)