3 lines
54 B
JavaScript
3 lines
54 B
JavaScript
|
function start(ms) {
|
||
|
ms.setStandAloneMode(true);
|
||
|
}
|