Changeset 714

Show
Ignore:
Timestamp:
09/15/06 15:13:34 (2 years ago)
Author:
JeremyRuston
Message:

Fixed missing semi-colon (ticket #162)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Branches/2.1/core/js/Formatter.js

    r695 r714  
    326326        { 
    327327                this.lookaheadRegExp.lastIndex = w.matchStart; 
    328                 var lookaheadMatch = this.lookaheadRegExp.exec(w.source) 
     328                var lookaheadMatch = this.lookaheadRegExp.exec(w.source); 
    329329                if(lookaheadMatch && lookaheadMatch.index == w.matchStart && lookaheadMatch[1]) 
    330330                        {