Factor out css.js and fix requires
This commit is contained in:
9
src/ol/css.js
Normal file
9
src/ol/css.js
Normal file
@@ -0,0 +1,9 @@
|
||||
goog.provide('ol.css');
|
||||
|
||||
|
||||
/**
|
||||
* The CSS class that we'll give the DOM elements to have them unselectable.
|
||||
*
|
||||
* @const {string}
|
||||
*/
|
||||
ol.css.CLASS_UNSELECTABLE = 'ol-unselectable';
|
||||
Reference in New Issue
Block a user