diff options
author | Brandon Aaron <brandon.aaron@gmail.com> | 2009-03-22 23:25:03 +0000 |
---|---|---|
committer | Brandon Aaron <brandon.aaron@gmail.com> | 2009-03-22 23:25:03 +0000 |
commit | d7d908b05a442745c1a90728805b74db0a7921cf (patch) | |
tree | 8e6931ca3d45af940efd6e3fa506ed1f819cb84e /build.xml | |
parent | 9476530fa1e39ce1324e98f4dbb79576895372e5 (diff) | |
download | jquery-d7d908b05a442745c1a90728805b74db0a7921cf.tar.gz jquery-d7d908b05a442745c1a90728805b74db0a7921cf.zip |
decoupling styles retrieval from the attr method
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ <fileset dir="${SRC_DIR}" includes="manipulation.js" /> <fileset dir="${SRC_DIR}" includes="event.js" /> <fileset dir="${SRC_DIR}" includes="support.js" /> + <fileset dir="${SRC_DIR}" includes="css.js" /> <fileset dir="${SRC_DIR}" includes="ajax.js" /> <fileset dir="${SRC_DIR}" includes="fx.js" /> <fileset dir="${SRC_DIR}" includes="offset.js" /> |