Changeset 2543
- Timestamp:
- 03/08/07 15:14:34 (2 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Events.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Layer.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Layer/WMS.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Tile.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers.js
r1927 r2543 2 2 * See http://svn.openlayers.org/trunk/openlayers/repository-license.txt 3 3 * for the full text of the license. */ 4 5 /* @requires OpenLayers/BaseTypes.js 6 */ 4 7 5 8 //// trunk/openlayers/lib/OpenLayers/Events.js
r2541 r2543 3 3 * for the full text of the license. */ 4 4 5 /* @requires OpenLayers/Util.js 6 */ 5 7 6 8 OpenLayers.Event = { trunk/openlayers/lib/OpenLayers/Layer.js
r2233 r2543 6 6 /** 7 7 * @class 8 * @requires OpenLayers/Map.js 8 9 */ 9 10 OpenLayers.Layer = OpenLayers.Class.create(); trunk/openlayers/lib/OpenLayers/Layer/WMS.js
r2237 r2543 8 8 * 9 9 * @requires OpenLayers/Layer/Grid.js 10 * @requires OpenLayers/Tile/Image.js 10 11 */ 11 12 OpenLayers.Layer.WMS = OpenLayers.Class.create(); trunk/openlayers/lib/OpenLayers/Tile.js
r2091 r2543 6 6 /* 7 7 * @class 8 * @requires OpenLayers/Util.js 8 9 * 9 10 * This is a class designed to designate a single tile, however
