OSDN Git Service

Modified: Upload, Command execution
[eos/zephyr.git] / server / class / hoge.js
1 var options = {
2     name: 'hogehoge',
3     options: ['hoge']
4 };
5
6 console.log(JSON.stringify(options));