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

Method destroy

app/views/play/level/modal/VictoryModal.js:118–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 destroy () {
119 if (this.$el.find('.review textarea').val()) { this.saveReview() }
120 this.feedback.off()
121 return super.destroy()
122 }
123
124 // rating, review
125

Callers

nothing calls this directly

Calls 1

saveReviewMethod · 0.95

Tested by

no test coverage detected