Remove unused constants from ol/webgl
And change the `EXTENSIONS` constant to a function
This commit is contained in:
@@ -38,5 +38,3 @@ export const MAC = ua.indexOf('macintosh') !== -1;
|
||||
* @api
|
||||
*/
|
||||
export const DEVICE_PIXEL_RATIO = window.devicePixelRatio || 1;
|
||||
|
||||
export {HAS as WEBGL} from './webgl.js';
|
||||
|
||||
Reference in New Issue
Block a user