10 lines
180 B
JavaScript
10 lines
180 B
JavaScript
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';
|