These changes shouldn't have needed to be there. We don't need to add code

to core to help cope with Safari's inadequacies.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@1646 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-10-06 15:31:53 +00:00
parent f97ffae403
commit 990f01a9c2
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
if (!Rico) { Rico = new Object(); }
Rico.Color = OpenLayers.Class.create();
Rico.Color.prototype = {

View File

@@ -14,7 +14,7 @@
**/
if (!Rico) { var Rico = new Object(); }
var Rico = new Object();
Rico.Corner = {
round: function(e, options) {