added a line to use jQuery (for testing purposes). popcorn-port
authorhamidouk
Wed, 12 Oct 2011 13:59:15 +0200
branchpopcorn-port
changeset 67 d0c32e1c7401
parent 66 13013b9452af
child 68 5469b2b9743f
added a line to use jQuery (for testing purposes).
unittests/index.html
--- a/unittests/index.html	Wed Oct 12 11:54:59 2011 +0200
+++ b/unittests/index.html	Wed Oct 12 13:59:15 2011 +0200
@@ -15,6 +15,10 @@
 </head>
 <script>
  $(document).ready(function(){
+		/* only for unit-testing ! */
+		IriSP.jQuery = jQuery;
+		
+		
 		test_dataloader();
 		test_serializer();
 		test_JSONSerializer();