| } | } | ||||
| triggerRead(){ | triggerRead(){ | ||||
| this.__rlisteners.apply(this.__rlisteners, Array.prototype.slice.call(arguments)); | |||||
| this.__rlisteners.trigger.apply(this.__rlisteners, Array.prototype.slice.call(arguments)); | |||||
| return this; | return this; | ||||
| } | } | ||||
| triggerWrite(){ | triggerWrite(){ | ||||
| this.__wlisteners.apply(this.__wlisteners, Array.prototype.slice.call(arguments)); | |||||
| this.__wlisteners.trigger.apply(this.__wlisteners, Array.prototype.slice.call(arguments)); | |||||
| return this; | return this; | ||||
| } | } | ||||
| } | } |