s/ol3/ol/
This commit is contained in:
10
src/ol/webgl/webgl.js
Normal file
10
src/ol/webgl/webgl.js
Normal file
@@ -0,0 +1,10 @@
|
||||
goog.provide('ol.webgl.WebGLContextEventType');
|
||||
|
||||
|
||||
/**
|
||||
* @enum {string}
|
||||
*/
|
||||
ol.webgl.WebGLContextEventType = {
|
||||
LOST: 'webglcontextlost',
|
||||
RESTORED: 'webglcontextrestored'
|
||||
};
|
||||
Reference in New Issue
Block a user