equal
deleted
inserted
replaced
25 this.container = container.slice(1); //eschew the '#' |
25 this.container = container.slice(1); //eschew the '#' |
26 |
26 |
27 this.msgPump = {}; /* dictionnary used to receive and send messages */ |
27 this.msgPump = {}; /* dictionnary used to receive and send messages */ |
28 this.__codes = []; /* used to schedule the execution of a piece of code in |
28 this.__codes = []; /* used to schedule the execution of a piece of code in |
29 a segment (similar to the popcorn.code plugin). */ |
29 a segment (similar to the popcorn.code plugin). */ |
|
30 |
|
31 this._options = options; |
30 |
32 |
31 }; |
33 }; |
32 |
34 |
33 IriSP.PopcornReplacement.player.prototype.listen = function(msg, callback) { |
35 IriSP.PopcornReplacement.player.prototype.listen = function(msg, callback) { |
34 if (!this.msgPump.hasOwnProperty(msg)) |
36 if (!this.msgPump.hasOwnProperty(msg)) |