Home
last modified time | relevance | path

Searched refs:combineFn (Results 1 – 2 of 2) sorted by relevance

/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.player.js4 var combineFn = function( first, second ) { function
292 popcorn.destroy = combineFn( popcorn.destroy, function() {
H A Dpopcorn.js1797 var combineFn = function( first, second ) { function
1859 natives.end = combineFn( natives.end, function() {
1865 natives._teardown = combineFn(function() {
1890 natives._teardown = combineFn( natives._teardown, function() {
1920 natives[ method ] = combineFn( natives[ method ], compose[ method ] );