Skip to content

Commit

Permalink
better addressed the script loading issue. then scripts will now load…
Browse files Browse the repository at this point in the history
… with the type text/envjs. references jeresig#3
  • Loading branch information
thatcher committed Feb 2, 2009
1 parent ff1ebe6 commit 6416e33
Show file tree
Hide file tree
Showing 20 changed files with 980 additions and 181 deletions.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -61,7 +61,7 @@
<fileset dir="${SRC_DIR}" includes="dom/implementation.js" />
<fileset dir="${SRC_DIR}" includes="dom/document.js" />
<fileset dir="${SRC_DIR}" includes="html/html.js" />
<!--fileset dir="${SRC_DIR}" includes="html/htmlparser.js" /-->
<fileset dir="${SRC_DIR}" includes="html/htmlparser.js" />
<fileset dir="${SRC_DIR}" includes="html/document.js" />
<fileset dir="${SRC_DIR}" includes="html/element.js" />
<fileset dir="${SRC_DIR}" includes="html/collection.js" />
Expand Down

0 comments on commit 6416e33

Please sign in to comment.