equal
deleted
inserted
replaced
14 * |
14 * |
15 * The fact that you are presently reading this means that you have had |
15 * The fact that you are presently reading this means that you have had |
16 * knowledge of the CeCILL-C license and that you accept its terms. |
16 * knowledge of the CeCILL-C license and that you accept its terms. |
17 */ |
17 */ |
18 |
18 |
19 var IriSP = { |
19 if (typeof window.IriSP === "undefined") { |
20 serializers: {} |
20 window.IriSP = {}; |
21 }; |
21 } |
|
22 |
|
23 IriSP.serializers = {}; |
22 |
24 |
23 IriSP._ = _; |
25 IriSP._ = _; |
24 |
26 |
25 IriSP.jQuery = jQuery; |
27 IriSP.jQuery = jQuery; |
26 |
28 |