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

Commit

Permalink
ParGroup -> AnimationGroup, SeqGroup -> AnimationSequence
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Apr 3, 2014
1 parent 7620c26 commit d692238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polymer-animation-group.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<script>
(function() {
var ANIMATION_GROUPS = {
'par': ParGroup,
'seq': SeqGroup
'par': AnimationGroup,
'seq': AnimationSequence
};
/**
* @module Animation
Expand Down

0 comments on commit d692238

Please sign in to comment.