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

Method onTaskChanged

app/core/treema-ext.js:854–859  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

852 }
853
854 onTaskChanged (e) {
855 this.markAsChanged()
856 this.saveChanges()
857 this.flushChanges()
858 return this.broadcastChanges()
859 }
860
861 onEditInputBlur (e) {
862 this.markAsChanged()

Callers

nothing calls this directly

Calls 1

saveChangesMethod · 0.95

Tested by

no test coverage detected