Changeset 3150
- Timestamp:
- 05/15/07 17:13:28 (2 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/BaseTypes.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/BaseTypes.js
r2943 r3150 32 32 // 33 33 // to be revisited in 3.0 34 // 35 if (arguments[i].hasOwnProperty('toString')) { 34 // 35 if((arguments[i].hasOwnProperty && arguments[i].hasOwnProperty('toString')) || 36 (!arguments[i].hasOwnProperty && arguments[i].toString)) { 36 37 proto.toString = arguments[i].toString; 37 38 }
