diff options
author | jaubourg <aubourg.julian@gmail.com> | 2010-12-10 02:55:43 +0100 |
---|---|---|
committer | jaubourg <aubourg.julian@gmail.com> | 2010-12-10 02:55:43 +0100 |
commit | ac80ca2883f410796ea5cfb0ff93515f4da9fb43 (patch) | |
tree | 42100532190caa3d294ac06320be44cccb957e7b /Makefile | |
parent | 9b9d270e3d697d8129147d03807c4e37b23120b7 (diff) | |
download | jquery-ac80ca2883f410796ea5cfb0ff93515f4da9fb43.tar.gz jquery-ac80ca2883f410796ea5cfb0ff93515f4da9fb43.zip |
Replaced spaces with a tab in Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -23,11 +23,11 @@ BASE_FILES = ${SRC_DIR}/core.js\ ${SRC_DIR}/traversing.js\ ${SRC_DIR}/manipulation.js\ ${SRC_DIR}/css.js\ - ${SRC_DIR}/ajax.js\ - ${SRC_DIR}/xhr.js\ - ${SRC_DIR}/transports/jsonp.js\ - ${SRC_DIR}/transports/script.js\ - ${SRC_DIR}/transports/xhr.js\ + ${SRC_DIR}/ajax.js\ + ${SRC_DIR}/xhr.js\ + ${SRC_DIR}/transports/jsonp.js\ + ${SRC_DIR}/transports/script.js\ + ${SRC_DIR}/transports/xhr.js\ ${SRC_DIR}/effects.js\ ${SRC_DIR}/offset.js\ ${SRC_DIR}/dimensions.js |