Add JWPlayer constructor to dict

This commit is contained in:
Calvin Montgomery 2013-08-05 23:55:46 -04:00
parent 6bd44fa109
commit 9749b39dfd
1 changed files with 1 additions and 0 deletions

View File

@ -778,6 +778,7 @@ var constructors = {
"jt": JustinTVPlayer,
"us": UstreamPlayer,
"rt": RTMPPlayer,
"jw": JWPlayer,
"im": ImgurPlayer,
"cu": CustomPlayer
};