Changeset 1328
- Timestamp:
- 08/22/06 07:42:25 (2 years ago)
- Files:
-
- branches/openlayers/2.0/lib/OpenLayers/Util.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/openlayers/2.0/lib/OpenLayers/Util.js
r1255 r1328 356 356 function() { 357 357 val = node.text; 358 if (!val) 359 val = node.textContent; 358 360 }, 359 361 function() {
