Apparently Safari doesn't always load these in order. Let's just put a

check around these to make sure we always have what we need.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@1644 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-10-06 15:04:11 +00:00
parent a5483e0f6d
commit c6d40eb2d3
2 changed files with 2 additions and 1 deletions

View File

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

View File

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