kazu22002の技術覚書

PHPer, Golang, AWS エンジニアの日々

2015-02-19から1日間の記事一覧

【ソースコード・リーディング】cordova-device-plugin (4)

続きです。 device.js device.js 37 function Device() { this.available = false; this.platform = null; this.version = null; this.uuid = null; this.cordova = null; this.model = null; this.manufacturer = null; var me = this; channel.onCordovaRe…