rename NavBase to ViewController

This commit is contained in:
Adam Bradley
2015-06-09 11:51:00 -05:00
parent 7ea9929ab1
commit b28bd21ad0
10 changed files with 51 additions and 51 deletions

View File

@ -48,7 +48,7 @@ export class Animation {
return this;
}
addAnimation(childAnimations) {
add(childAnimations) {
childAnimations = Array.isArray(childAnimations) ? childAnimations : arguments;
for (let i = 0; i < childAnimations.length; i++) {
childAnimations[i].parent(this);