(message, type)
| 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) { |
no outgoing calls
no test coverage detected