(step)
| 241 | } |
| 242 | |
| 243 | function stepText(step) { |
| 244 | if (step && typeof step.toString === 'function' && step.toString !== Object.prototype.toString) return step.toString() |
| 245 | return (step && step.title) || 'step' |
| 246 | } |
| 247 | |
| 248 | function stepDuration(step) { |
| 249 | if (!step) return 0 |