Changeset 714
- Timestamp:
- 09/15/06 15:13:34 (2 years ago)
- Files:
-
- 1 modified
-
Branches/2.1/core/js/Formatter.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Branches/2.1/core/js/Formatter.js
r695 r714 326 326 { 327 327 this.lookaheadRegExp.lastIndex = w.matchStart; 328 var lookaheadMatch = this.lookaheadRegExp.exec(w.source) 328 var lookaheadMatch = this.lookaheadRegExp.exec(w.source); 329 329 if(lookaheadMatch && lookaheadMatch.index == w.matchStart && lookaheadMatch[1]) 330 330 {
