We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93ae27 commit 7a2ebbbCopy full SHA for 7a2ebbb
2 files changed
actionscript/Jplayer.as
@@ -122,7 +122,7 @@ package {
122
var myContextMenu:ContextMenu = new ContextMenu();
123
myContextMenu.hideBuiltInItems();
124
var menuItem_jPlayer:ContextMenuItem = new ContextMenuItem("jPlayer " + JplayerStatus.VERSION);
125
- var menuItem_happyworm:ContextMenuItem = new ContextMenuItem("© 2009-2013 Happyworm Ltd", true);
+ var menuItem_happyworm:ContextMenuItem = new ContextMenuItem("© 2009-2014 Happyworm Ltd", true);
126
menuItem_jPlayer.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT, menuSelectHandler_jPlayer);
127
menuItem_happyworm.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT, menuSelectHandler_happyworm);
128
myContextMenu.customItems.push(menuItem_jPlayer, menuItem_happyworm);
jquery.jplayer/Jplayer.swf
-1 Bytes
0 commit comments