| branch | new-model |
| changeset 882 | 61c384dda19e |
| parent 881 | f11b234497f7 |
| child 883 | d35ad8111c5e |
| 881:f11b234497f7 | 882:61c384dda19e |
|---|---|
1 /* main file */ |
|
2 // Why is it called main ? It only loads the libs ! |
|
3 |
|
4 if(window.IriSP === undefined && window.__IriSP === undefined) { |
|
5 /** |
|
6 @class |
|
7 the object under which everything goes. |
|
8 */ |
|
9 IriSP = {}; |
|
10 |
|
11 /** Alias to IriSP for backward compatibility */ |
|
12 __IriSP = IriSP; |
|
13 } |
|
14 |