Ticket #694: bt2.patch
| File bt2.patch, 0.7 kB (added by tschaub, 2 years ago) |
|---|
-
lib/OpenLayers/BaseTypes.js
old new 31 31 // so the util.extend() doesnt copy it over. we do it manually. 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 } 38 39 }
