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

Commit d692238

Browse files
author
Yvonne Yip
committed
ParGroup -> AnimationGroup, SeqGroup -> AnimationSequence
1 parent 7620c26 commit d692238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

polymer-animation-group.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<script>
66
(function() {
77
var ANIMATION_GROUPS = {
8-
'par': ParGroup,
9-
'seq': SeqGroup
8+
'par': AnimationGroup,
9+
'seq': AnimationSequence
1010
};
1111
/**
1212
* @module Animation

0 commit comments

Comments
 (0)