(mode:number, factory:Function)
| 121 | } |
| 122 | |
| 123 | public bind (mode:number, factory:Function):void { |
| 124 | this._bindings[mode] = factory; |
| 125 | } |
| 126 | |
| 127 | public canCreate (comment:Object):boolean { |
| 128 | // Tests if a certain binding is available |
no outgoing calls
no test coverage detected