src/js/header.js
branchlazyload-js
changeset 341 e9442357851b
parent 0 c357d5b60635
equal deleted inserted replaced
340:289725d025d9 341:e9442357851b
    14  *	"http://www.cecill.info". 
    14  *	"http://www.cecill.info". 
    15  *	
    15  *	
    16  *	The fact that you are presently reading this means that you have had
    16  *	The fact that you are presently reading this means that you have had
    17  *	knowledge of the CeCILL-C license and that you accept its terms.
    17  *	knowledge of the CeCILL-C license and that you accept its terms.
    18 */
    18 */
       
    19 
       
    20 if ( window.IriSP === undefined && window.__IriSP === undefined ) { 
       
    21 	var IriSP = {}; 
       
    22 	var __IriSP = IriSP; /* for backward compatibility */
       
    23 }
       
    24