clarify 'theme' property comment

git-svn-id: http://svn.openlayers.org/trunk/openlayers@3250 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-06-05 20:19:03 +00:00
parent ef524125b5
commit cc43a12050

View File

@@ -133,7 +133,8 @@ OpenLayers.Map.prototype = {
/** @type int */ /** @type int */
numZoomLevels: 16, numZoomLevels: 16,
/** @type string */ /** A pointer to a CSS file from which to load theme styles
* @type string */
theme: null, theme: null,
/** Should OpenLayers allow events on the map to fall through to other /** Should OpenLayers allow events on the map to fall through to other