Changeset 7363
- Timestamp:
- 06/16/08 17:09:37 (6 months ago)
- Files:
-
- sandbox/topp/almanac/lib/OpenLayers/Ajax.js (modified) (1 diff)
- sandbox/topp/almanac/tools/mergejs.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/topp/almanac/lib/OpenLayers/Ajax.js
r7345 r7363 3 3 * full text of the license. */ 4 4 5 /** 6 * @requires OpenLayers/Request/XMLHttpRequest.js 7 */ 5 8 6 9 OpenLayers.ProxyHost = ""; sandbox/topp/almanac/tools/mergejs.py
r5614 r7363 13 13 # 14 14 # // @requires Geo/DataSource.js 15 #16 # or (ideally) within a class comment definition17 #18 # /**19 # * @class20 # *21 # * @requires OpenLayers/Layer.js22 # */23 15 # 24 16 # This script should be executed like so:
