Skip to content

Commit

Permalink
build: Closes jquery#3760. Adding the data module to the build file. …
Browse files Browse the repository at this point in the history
…Thanks Cloudream.
  • Loading branch information
flesler committed Dec 30, 2008
1 parent 4f74419 commit 7138cf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<concat destfile="${JQ}">
<fileset dir="${SRC_DIR}" includes="intro.js" />
<fileset dir="${SRC_DIR}" includes="core.js" />
<fileset dir="${SRC_DIR}" includes="data.js" />
<fileset dir="${SRC_DIR}" includes="support.js" />
<fileset dir="${SRC_DIR}" includes="selector.js" />
<fileset dir="${SRC_DIR}" includes="event.js" />
Expand Down

0 comments on commit 7138cf0

Please sign in to comment.