Declaring dependencies in the source. Comments only commit.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11007 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
/**
|
||||
* @requires OpenLayers/BaseTypes/Class.js
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* This file has been edited substantially from the Rico-released version by
|
||||
* the OpenLayers development team.
|
||||
*
|
||||
* This file is licensed under the Apache License, Version 2.0.
|
||||
*/
|
||||
OpenLayers.Rico = OpenLayers.Rico || {};
|
||||
OpenLayers.Rico.Color = OpenLayers.Class({
|
||||
|
||||
initialize: function(red, green, blue) {
|
||||
|
||||
Reference in New Issue
Block a user