Add '@const' to ol.BrowserFeature.HAS_ARRAY_BUFFER

This commit is contained in:
Frederic Junod
2014-03-13 10:54:43 +01:00
parent 1fbdf47e2a
commit 5f43fe6da0

View File

@@ -75,6 +75,7 @@ ol.BrowserFeature.DEVICE_PIXEL_RATIO = goog.global.devicePixelRatio || 1;
/**
* True if the browser supports ArrayBuffers.
* @const
* @type {boolean}
* @todo stability experimental
*/