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

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) {