()
| 46 | } |
| 47 | |
| 48 | defaults () { |
| 49 | return { |
| 50 | selected: [], |
| 51 | canDragCamera: true, |
| 52 | realTimeInputEvents: new Backbone.Collection(), |
| 53 | fastForwardingSpeed: null, |
| 54 | scrubbingPlaybackSpeed: null |
| 55 | } |
| 56 | } |
| 57 | } |
| 58 | GameUIState.initClass() |
| 59 | return GameUIState |
no outgoing calls
no test coverage detected