MCPcopy Create free account
hub / github.com/codecombat/codecombat / defaults

Method defaults

app/models/GameUIState.js:48–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 4

expandDetailsMethod · 0.80
updateLanguageMethod · 0.80
getRenderDataMethod · 0.80
getRenderDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected