mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-05-18 15:56:32 +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