Sha256: 461a002112758178942083f3a87a35c2f4b50828f11a54356221f5af21197233
Contents?: true
Size: 316 Bytes
Versions: 1
Compression:
Stored size: 316 Bytes
Contents
__flok_platform = null; function int_about_poll_cb(info) { __flok_platform = info.platform; __flok_language = info.language; __flok_udid = info.udid; } function get_platform() { return __flok_platform; } function get_udid() { return __flok_udid; } function get_language() { return __flok_language; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flok-0.0.105 | app/kern/mod/about.js |