Bug Tracker

Changeset 4442

Show
Ignore:
Timestamp:
01/14/08 19:13:46 (11 months ago)
Author:
jeresig
Message:

Fixed minor issue with pack build script. (Bug #2101)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jquery/build/build/pack.js

    r2080 r4442  
    66// arguments 
    77var inFile = arguments[0]; 
    8 var outFile = arguments[1] || inFile.replace(/\.js$/, "pack.js"); 
     8var outFile = arguments[1] || inFile.replace(/\.js$/, ".pack.js"); 
    99 
    1010// options