MCPcopy
hub / github.com/arcxingye/EatKano / modeToString

Function modeToString

static/index.js:109–111  ·  view source on GitHub ↗
(m)

Source from the content-addressed store, hash-verified

107 }
108
109 function modeToString(m) {
110 return m === MODE_NORMAL ? I18N['normal'] : (m === MODE_ENDLESS ? I18N['endless'] : I18N['practice']);
111 }
112
113 w.changeMode = function(m) {
114 mode = m;

Callers 2

index.jsFile · 0.85
showWelcomeLayerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected