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

Method statusMessage

app/views/account/PrepaidView.js:77–80  ·  view source on GitHub ↗
(message, type)

Source from the content-addressed store, hash-verified

75 }
76
77 statusMessage (message, type) {
78 if (type == null) { type = 'alert' }
79 return noty({ text: message, layout: 'topCenter', type, killer: false, timeout: 5000, dismissQueue: true, maxVisible: 3 })
80 }
81
82 dashedPPC () {
83 if (this.ppc.length === 12) {

Callers 4

confirmRedeemMethod · 0.95
loadPrepaidMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected