Changeset 5297
- Timestamp:
- 11/30/07 11:57:12 (1 year ago)
- Files:
-
- sandbox/ahocevar/styles/lib/OpenLayers/Style.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/ahocevar/styles/lib/OpenLayers/Style.js
r5277 r5297 141 141 } 142 142 143 style. hidden = !draw;143 style.display = draw ? "" : "none"; 144 144 145 145 // calculate literals for all styles in the propertyStyles cache
