Ticket #694: bt.patch
| File bt.patch, 0.5 kB (added by crschmidt, 2 years ago) |
|---|
-
lib/OpenLayers/BaseTypes.js
old new 32 32 // 33 33 // to be revisited in 3.0 34 34 // 35 if ( arguments[i].hasOwnProperty('toString')) {35 if ((arguments[i].hasOwnProperty && arguments[i].hasOwnProperty('toString')) || arguments[i].toString) { 36 36 proto.toString = arguments[i].toString; 37 37 } 38 38 }
