Skip to content

Commit

Permalink
Merged
Browse files Browse the repository at this point in the history
  • Loading branch information
NeptunKid committed Jun 17, 2015
1 parent ded9b52 commit e3fb555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anole.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
// All animations are trained by this main timeline.
this.tl = new TimelineLite({paused:true});
// Music file is registered as a resource.
this.music = anole.getMusic(this.musicName);
this.music = anole.getMedia(this.musicName);
}
// Methods list.
//
Expand Down

0 comments on commit e3fb555

Please sign in to comment.