[Jifty-commit] r4683 - jifty/branches/cssquery-refactor/t/TestApp-JiftyJS/share/web/static/js-test

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Dec 14 01:42:14 EST 2007


Author: gugod
Date: Fri Dec 14 01:42:14 2007
New Revision: 4683

Modified:
   jifty/branches/cssquery-refactor/t/TestApp-JiftyJS/share/web/static/js-test/01.behaviour.html

Log:
Update this test to use cssquery-jquery.js


Modified: jifty/branches/cssquery-refactor/t/TestApp-JiftyJS/share/web/static/js-test/01.behaviour.html
==============================================================================
--- jifty/branches/cssquery-refactor/t/TestApp-JiftyJS/share/web/static/js-test/01.behaviour.html	(original)
+++ jifty/branches/cssquery-refactor/t/TestApp-JiftyJS/share/web/static/js-test/01.behaviour.html	Fri Dec 14 01:42:14 2007
@@ -7,7 +7,10 @@
 <script type="text/javascript" src="lib/Test/More.js" charset="UTF-8"></script>
 
 <script type="text/javascript" src="/static/js/prototype.js" charset="UTF-8"></script>
-<script type="text/javascript" src="/static/js/cssquery/cssQuery.js" charset="UTF-8"></script>
+<script type="text/javascript" src="/static/js/jquery-1.2.1.js" charset="UTF-8"></script>
+<script type="text/javascript" src="/static/js/jquery_noconflict.js" charset="UTF-8"></script>
+<script type="text/javascript" src="/static/js/cssquery/cssQuery-jquery.js" charset="UTF-8"></script>
+
 <script type="text/javascript" src="/static/js/behaviour.js" charset="UTF-8"></script>
 <script type="text/javascript">
 Behaviour.register({


More information about the Jifty-commit mailing list