Changeset 639
- Timestamp:
- May 17, 2008, 1:45:37 PM (12 years ago)
- Location:
- trunk/npemap.org.uk/static/tiles
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/static/tiles/jscoord-1.1.1.js
r131 r639 1 // (c) 2005 Jonathan Stott 2 // 3 // Created on 21-Dec-2005 4 // License: GPL - http://www.jstott.me.uk/jscoord/ 1 5 function LatLng(_1,_2){ 2 6 this.lat=_1; -
trunk/npemap.org.uk/static/tiles/jsr_class.js
r131 r639 1 // JSONscriptRequest -- a simple class for accessing Yahoo! Web Services 2 // using dynamically generated script tags and JSON 3 // 4 // Author: Jason Levitt 5 // Date: December 7th, 2005 1 6 function JSONscriptRequest(_1){ 2 7 this.fullUrl=_1; -
trunk/npemap.org.uk/static/tiles/prototype.js
r313 r639 1 /* Prototype JavaScript framework, version 1.4.0_rc2 http://www.prototypejs.org/license */ 1 2 var Prototype={Version:"1.4.0_rc2",emptyFunction:function(){ 2 3 },K:function(x){
Note: See TracChangeset
for help on using the changeset viewer.