Skip to content

Commit

Permalink
BaseTimedMediaPlayer: fixed typo in playbackStateChange event name
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jul 14, 2017
1 parent 5735952 commit 13c3ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/feathers/media/BaseTimedMediaPlayer.as
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ package feathers.media
*
* @eventType feathers.events.MediaPlayerEventType.PLAYBACK_STATE_CHANGE
*/
[Event(name="playbackStageChange",type="starling.events.Event")]
[Event(name="playbackStateChange",type="starling.events.Event")]

/**
* Dispatched when the media completes playback because the current time has
Expand Down

0 comments on commit 13c3ee1

Please sign in to comment.