Changeset 6570
- Timestamp:
- 03/20/08 17:54:13 (10 months ago)
- Files:
-
- sandbox/topp/geoext/lib/OpenLayers/Rule.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/topp/geoext/lib/OpenLayers/Rule.js
r6538 r6570 14 14 */ 15 15 OpenLayers.Rule = OpenLayers.Class({ 16 17 /** 18 * Property: id 19 * {String} A unique id for this session. 20 */ 21 id: null, 16 22 17 23 /** … … 86 92 */ 87 93 initialize: function(options) { 94 this.id = OpenLayers.Util.createUniqueID(this.CLASS_NAME + "_"); 88 95 this.symbolizer = {}; 89 96
