(prefix)
| 3354 | // It may be changed by test case changing. Do not use it as a persistent id. |
| 3355 | var _idBase = 1; |
| 3356 | function generateNonPersistentId(prefix) { |
| 3357 | return (prefix || '') + '' + (_idBase++); |
| 3358 | } |
| 3359 | |
| 3360 | function VideoRecorder(chart) { |
| 3361 | this.start = startRecording; |