X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=95e376987587e7b40422f57965098907a176f141;hb=70b9aed422c34047299fe6e8934902fae61f2a3e;hp=8b873e78e968ba1b91272f93c80f6c7a6d9272f2;hpb=7c04a64016c1f295dfdf4e731f693f8400a987bc;p=jquery.git diff --git a/Makefile b/Makefile index 8b873e7..95e3769 100644 --- a/Makefile +++ b/Makefile @@ -10,12 +10,13 @@ PLUG_DIR = ../plugins BASE_FILES = ${SRC_DIR}/core.js\ ${SRC_DIR}/data.js\ + ${SRC_DIR}/event.js\ + ${SRC_DIR}/support.js\ ${SRC_DIR}/selector.js\ ${SRC_DIR}/traversing.js\ ${SRC_DIR}/attributes.js\ ${SRC_DIR}/manipulation.js\ - ${SRC_DIR}/event.js\ - ${SRC_DIR}/support.js\ + ${SRC_DIR}/css.js\ ${SRC_DIR}/ajax.js\ ${SRC_DIR}/fx.js\ ${SRC_DIR}/offset.js\