| branch | popcorn-port |
| changeset 785 | 980163a156d1 |
| parent 750 | a1a3d09de1f4 |
| child 839 | 4357aac4eb19 |
--- a/src/js/pop.js Mon Feb 06 16:05:08 2012 +0100 +++ b/src/js/pop.js Tue Feb 07 14:41:05 2012 +0100 @@ -27,6 +27,8 @@ this.msgPump = {}; /* dictionnary used to receive and send messages */ this.__codes = []; /* used to schedule the execution of a piece of code in a segment (similar to the popcorn.code plugin). */ + + this._options = options; };