Home
last modified time | relevance | path

Searched refs:keyBindings (Results 1 – 9 of 9) sorted by relevance

/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djplayer.playlist.min.js2 …cssSelector=a.extend({},this._cssSelector,b),this.options=a.extend(!0,{keyBindings:{next:{key:221,…
H A Djplayer.playlist.js32 keyBindings: {
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djplayer.playlist.js32 keyBindings: {
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js441 var keyBindings = function(event) {
457 $.each(f.options.keyBindings, function(action, binding) {
478 $(document.documentElement).bind(event, keyBindings);
598 keyBindings: { // The key control object, defining the key codes and the functions to execute.
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js441 var keyBindings = function(event) {
457 $.each(f.options.keyBindings, function(action, binding) {
478 $(document.documentElement).bind(event, keyBindings);
598 keyBindings: { // The key control object, defining the key codes and the functions to execute.
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js441 var keyBindings = function(event) {
457 $.each(f.options.keyBindings, function(action, binding) {
478 $(document.documentElement).bind(event, keyBindings);
598 keyBindings: { // The key control object, defining the key codes and the functions to execute.
H A Djquery.jplayer.min.js2keyBindings,function(c,e){return e&&a.isFunction(e.fn)&&("number"==typeof e.key&&b.which===e.key||… class in a.jPlayer.options
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js441 var keyBindings = function(event) {
457 $.each(f.options.keyBindings, function(action, binding) {
478 $(document.documentElement).bind(event, keyBindings);
598 keyBindings: { // The key control object, defining the key codes and the functions to execute.
/plugin/jplayer/components/
H A Drequire-built.js2486 var keyBindings = function(event) {
2502 $.each(f.options.keyBindings, function(action, binding) {
2523 $(document.documentElement).bind(event, keyBindings);
2643 keyBindings: { // The key control object, defining the key codes and the functions to execute.