Fixed boxModel support - is now computed with feature detection, rather than sniffing.

This commit is contained in:
John Resig 2009-01-11 16:17:20 +00:00
parent 0066ba3f82
commit 7346a476cc
3 changed files with 14 additions and 5 deletions

View file

@ -10,9 +10,9 @@ PLUG_DIR = ../plugins
BASE_FILES = ${SRC_DIR}/core.js\
${SRC_DIR}/data.js\
${SRC_DIR}/support.js\
${SRC_DIR}/selector.js\
${SRC_DIR}/event.js\
${SRC_DIR}/support.js\
${SRC_DIR}/ajax.js\
${SRC_DIR}/fx.js\
${SRC_DIR}/offset.js\