integration/js/init.js
changeset 104 1b84c7b2aeee
parent 50 89e152523cb6
equal deleted inserted replaced
97:213e81430f7a 104:1b84c7b2aeee
    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