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

Method afterInsert

app/views/editor/modal/NewModelModal.js:74–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 // Backbone.Mediator.publish 'model-save-success', model
73
74 afterInsert () {
75 super.afterInsert()
76 return _.delay(() => (this.$el != null ? this.$el.find('#name').focus() : undefined), 500)
77 }
78 }
79 NewModelModal.initClass()
80 return NewModelModal

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected