Changeset 7373
- Timestamp:
- 06/17/08 18:37:03 (6 months ago)
- Files:
-
- sandbox/topp/almanac/lib/OpenLayers/Util.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/topp/almanac/lib/OpenLayers/Util.js
r7345 r7373 545 545 * the source has its own toString property. 546 546 */ 547 if( !fromIsEvt && from.hasOwnProperty547 if(from && !fromIsEvt && from.hasOwnProperty 548 548 && from.hasOwnProperty('toString') && !to.hasOwnProperty('toString')) { 549 549 to.toString = from.toString;
