#875 - protect global property variable - with regression test
git-svn-id: http://svn.openlayers.org/trunk/openlayers@3837 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -49,7 +49,7 @@ if ($ == null) {
|
||||
*/
|
||||
OpenLayers.Util.extend = function(destination, source) {
|
||||
if(destination && source) {
|
||||
for(property in source) {
|
||||
for(var property in source) {
|
||||
destination[property] = source[property];
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user