X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=Makefile;h=95e376987587e7b40422f57965098907a176f141;hb=520f1a26845252dd6d7fd5f3b5bb7779ba91eb2c;hp=c23612058f0ef5121b5b7e63f019c1cf2228cd1a;hpb=9d8d74569c8114f9c9b0f42bca71536e154c5944;p=jquery.git diff --git a/Makefile b/Makefile index c236120..95e3769 100644 --- a/Makefile +++ b/Makefile @@ -10,12 +10,12 @@ 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\