Merge pull request #1855 from fredj/const

Add '@const' to ol.BrowserFeature.HAS_ARRAY_BUFFER
This commit is contained in:
Frédéric Junod
2014-03-13 11:24:11 +01:00

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
*/