Changes between Version 2 and Version 3 of EfficientStrings


Ignore:
Timestamp:
Aug 24, 2012 10:13:03 PM (12 years ago)
Author:
dbates@webkit.org
Comment:

Remove extraneous semicolon.

Legend:

Unmodified
Added
Removed
Modified
  • EfficientStrings

    v2 v3  
    3737Should be (StringOperators):
    3838{{{
    39 str = text; + "a" + foo + bar;
     39str = text + "a" + foo + bar;
    4040}}}
    4141