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:
@@ -1,4 +1,3 @@
|
||||
if (!Rico) { Rico = new Object(); }
|
||||
Rico.Color = OpenLayers.Class.create();
|
||||
|
||||
Rico.Color.prototype = {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
**/
|
||||
|
||||
|
||||
if (!Rico) { var Rico = new Object(); }
|
||||
var Rico = new Object();
|
||||
Rico.Corner = {
|
||||
|
||||
round: function(e, options) {
|
||||
|
||||
Reference in New Issue
Block a user