aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorjaubourg <j@ubourg.net>2011-01-06 01:17:31 +0100
committerjaubourg <j@ubourg.net>2011-01-06 01:17:31 +0100
commitc43b078c6911027fd4124d542446ad0098662f6a (patch)
tree4f24c342ae9cf5dac0dfc6e38c5112c9c545957a /Rakefile
parente56de77df90e50b9999a02e57241b1cf498b0fe4 (diff)
downloadjquery-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--Rakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index fd5fc1813..bf7ee2b58 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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