diff options
author | jaubourg <j@ubourg.net> | 2011-01-06 01:17:31 +0100 |
---|---|---|
committer | jaubourg <j@ubourg.net> | 2011-01-06 01:17:31 +0100 |
commit | c43b078c6911027fd4124d542446ad0098662f6a (patch) | |
tree | 4f24c342ae9cf5dac0dfc6e38c5112c9c545957a /Rakefile | |
parent | e56de77df90e50b9999a02e57241b1cf498b0fe4 (diff) | |
download | jquery-c43b078c6911027fd4124d542446ad0098662f6a.tar.gz jquery-c43b078c6911027fd4124d542446ad0098662f6a.zip |
Renamed src/transports to src/ajax (in case we need prefilters in the future and to avoid a separate prefilters directory).
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,9 +22,9 @@ base_files = %w{ manipulation css ajax - transports/jsonp - transports/script - transports/xhr + ajax/jsonp + ajax/script + ajax/xhr effects offset dimensions |