- Timestamp:
- 09/22/08 14:44:49 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
platform/firefox/FireMobileSimulator/trunk/src/chrome/content/common/util.js
r19719 r19720 118 118 this.lat=lat; 119 119 this.lon=lon; 120 } 120 }; 121 121 Point.prototype = { 122 122 lat : null, … … 165 165 if (!/[-+]?(\d+)\.(\d+)\.(\d+\.\d+)/.test(dms)) { 166 166 return null; 167 } 167 168 var dms1 = parseInt(RegExp.$1); 168 169 var dms2 = parseInt(RegExp.$2);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)