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