Revert "Add ol.BrowserFeature.HAS_FULLSCREEN constant"

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.
This commit is contained in:
Tom Payne
2014-02-27 13:28:23 +01:00
parent 99a00b1986
commit 94a3504252
3 changed files with 2 additions and 14 deletions
-1
View File
@@ -3,6 +3,5 @@
@exportProperty ol.BrowserFeature.HAS_CANVAS
@exportProperty ol.BrowserFeature.HAS_DEVICE_ORIENTATION
@exportProperty ol.BrowserFeature.HAS_GEOLOCATION
@exportProperty ol.BrowserFeature.HAS_FULLSCREEN
@exportProperty ol.BrowserFeature.HAS_TOUCH
@exportProperty ol.BrowserFeature.HAS_WEBGL