mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-05-18 00:41:19 +00:00
Safari 9 added moved all the good stuff from WebGLRenderingContext to a new prototype, WebGLRenderingContextBase, which exposed to window. This change mixes the WebGLRenderingContextBase properties and methods into WebGLRenderingContext Fixes #414