Skip to content

Commit

Permalink
Added "abort" media event type to list
Browse files Browse the repository at this point in the history
Conflicts:
	dist/connect_bridge.min.js
	sample/scripts/connect_bridge.min.js
  • Loading branch information
Jeremy White committed Jul 24, 2014
1 parent 58d30e7 commit c0de50f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/connect_bridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ var connectsdk = (function () {
loadstart: "buffering",
playing: "playing",
waiting: "buffering",
abort: "finished",
ended: "finished",
play: "playing",
pause: "paused"
Expand Down
Loading

0 comments on commit c0de50f

Please sign in to comment.