Changeset 22289
- Timestamp:
- 10/28/08 23:49:59 (5 years ago)
- Files:
-
- 1 modified
-
lang/javascript/hsp-on-js/trunk/src/formatter.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/hsp-on-js/trunk/src/formatter.js
r22288 r22289 19 19 case '6': case '7': case '8': case '9': 20 20 var matched = str.slice(pos).match(/^\d+/)[0]; 21 width = parseInt(matched);21 width = + matched; 22 22 pos += matched.length; 23 23 continue; … … 26 26 var matched = str.slice(pos).match(/^\d*/)[0]; 27 27 pos += matched.length; 28 prec = matched.length > 0 ? parseInt(matched): 0;28 prec = matched.length > 0 ? + matched : 0; 29 29 continue; 30 30 default:
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)