Hide the control if the Fullscreen API is not supported
This commit is contained in:
committed by
Tom Payne
parent
8206cf111f
commit
7b0e036b83
@@ -7,3 +7,11 @@ goog.provide('ol.css');
|
||||
* @const {string}
|
||||
*/
|
||||
ol.css.CLASS_UNSELECTABLE = 'ol-unselectable';
|
||||
|
||||
|
||||
/**
|
||||
* The CSS class for unsupported feature.
|
||||
*
|
||||
* @const {string}
|
||||
*/
|
||||
ol.css.CLASS_UNSUPPORTED = 'ol-unsupported';
|
||||
|
||||
Reference in New Issue
Block a user