Ignore:
Timestamp:
Jan 13, 2006, 1:32:51 AM (19 years ago)
Author:
darin
Message:
  • Replaced tabs with spaces in source files that had less than 10 lines with tabs.
  • Set allow-tabs Subversion property in source files that have more than 10 lines with tabs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/array_object.cpp

    r11962 r12069  
    246246      unsigned index = ref.getPropertyName(exec).toArrayIndex(&ok);
    247247      if (ok && index > newLength) {
    248         ref.deleteValue(exec);
     248        ref.deleteValue(exec);
    249249      }
    250250    }
Note: See TracChangeset for help on using the changeset viewer.