unittests/index.html
branchpopcorn-port
changeset 67 d0c32e1c7401
parent 65 6a8cae20f190
child 75 f5a7299bd0ff
--- 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();