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:
Tim Schaub
2011-01-05 17:42:45 +00:00
parent 0bc34e48c6
commit b9b7a68b19
37 changed files with 83 additions and 8 deletions
+6
View File
@@ -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) {
+7 -2
View File
@@ -1,3 +1,8 @@
/**
* @requires Rico/Color.js
*/
/*
* This file has been edited substantially from the Rico-released
* version by the OpenLayers development team.
@@ -16,8 +21,8 @@
* implied. See the License for the specific language governing
* permissions * and limitations under the License.
*
*/
OpenLayers.Rico = new Object();
*/
OpenLayers.Rico = OpenLayers.Rico || {};
OpenLayers.Rico.Corner = {
round: function(e, options) {