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

Method onLeaveMessage

app/views/i18n/I18NEditModelView.js:212–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210 }
211
212 onLeaveMessage () {
213 if (this.madeChanges) {
214 return UNSAVED_CHANGES_MESSAGE
215 }
216 }
217
218 onSubmitPatch (e) {
219 // Added due to high volume of translations getting set on english fields.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected