Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/happyworm/jplayer/lib/
Dpopcorn.js1281 TrackEvents.prototype.remove = function( removeId, state ) { argument
1283 if ( removeId instanceof TrackEvent ) {
1284 removeId = removeId.id;
1287 if ( typeof removeId === "object" ) {
1289 this.where( removeId ).forEach(function( event ) {
1325 if ( start._id !== removeId ) {
1330 if ( end._id !== removeId ) {
1335 if ( start._id === removeId ) {
1365 if ( animate._id && animate._id !== removeId ) {
1390 if ( this.parent.data.history[ i ] !== removeId ) {
[all …]