Skip to content

Commit

Permalink
Rewrite of the Ajax module by Julian Aubourg. Some (dated) details ca…
Browse files Browse the repository at this point in the history
…n be found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195.
  • Loading branch information
jaubourg authored and jeresig committed Dec 9, 2010
1 parent 29616e6 commit ab3ba4a
Show file tree
Hide file tree
Showing 12 changed files with 1,991 additions and 463 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +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}/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
Expand Down
Loading

0 comments on commit ab3ba4a

Please sign in to comment.