Skip to content

Instantly share code, notes, and snippets.

@uupaa
Last active August 29, 2015 14:27
Show Gist options
  • Save uupaa/9041b9806d8da916d570 to your computer and use it in GitHub Desktop.
Save uupaa/9041b9806d8da916d570 to your computer and use it in GitHub Desktop.
2015-08-14 log

Today update.

  • Add a new WebModule WebGLDetector.js

    WebGLDetector.WEBGL_CONTEXT     // -> "wegbl"
    WebGLDetector.WEBGL_VERSION     // -> "WebGL 1.0 (OpenGL ES 2.0 Chromium)"
    WebGLDetector.MAX_TEXTURE_SIZE  // -> 16384
  • Add a new DEVICE property in UserAgent.js.
    DEVICE 検出機能を追加

    var ua = new UserAgent();
    ua.DEVICE // "iPhone 5", "Nexus 5", ...

Spec.js を一度バラバラに解体して、より使いやすくする作業を行っています。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment