This reverts commit 5a940c207a.
Detection of full screeen support requires the document to have a body.
This is not the case if ol3 is loaded in the head. Therefore, defer the
test for full screen support to when it is needed.
8 lines
325 B
Plaintext
8 lines
325 B
Plaintext
@exportSymbol ol.BrowserFeature
|
|
@exportProperty ol.BrowserFeature.DEVICE_PIXEL_RATIO
|
|
@exportProperty ol.BrowserFeature.HAS_CANVAS
|
|
@exportProperty ol.BrowserFeature.HAS_DEVICE_ORIENTATION
|
|
@exportProperty ol.BrowserFeature.HAS_GEOLOCATION
|
|
@exportProperty ol.BrowserFeature.HAS_TOUCH
|
|
@exportProperty ol.BrowserFeature.HAS_WEBGL
|