Safari is a bit pickier on syntax than other browsers. These two errors

were breaking Safari... but no longer!


git-svn-id: http://svn.openlayers.org/trunk/openlayers@1576 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-10-05 02:37:23 +00:00
parent 1935953796
commit f428473283
2 changed files with 2 additions and 2 deletions

View File

@@ -331,7 +331,7 @@ OpenLayers.Layer.prototype = {
}
}
this.resolutions.sort( function ascend(a,b) {
this.resolutions.sort( function(a,b) {
return(b-a);
});
},