src/js/main.js
branchnew-model
changeset 882 61c384dda19e
parent 881 f11b234497f7
child 883 d35ad8111c5e
--- a/src/js/main.js	Fri Apr 27 19:18:21 2012 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-/* main file */
-// Why is it called main ? It only loads the libs !
-
-if(window.IriSP === undefined && window.__IriSP === undefined) {
-    /**
-     @class
-     the object under which everything goes.
-     */
-    IriSP = {};
-
-    /** Alias to IriSP for backward compatibility */
-    __IriSP = IriSP;
-}
-