integration/js/init.js
author veltr
Wed, 24 Oct 2012 15:58:27 +0200
brancheditorjs
changeset 12 8a8b6097d382
child 50 89e152523cb6
permissions -rw-r--r--
Starting 'editorjs' branch

/* 
 *  Copyright 2012 Institut de recherche et d'innovation 
 *  contributor(s) : Raphael Velt, Karim Hamidou, Samuel Huron, Thibaut Cavalie
 *   
 *  contact@iri.centrepompidou.fr
 *  http://www.iri.centrepompidou.fr 
 *   
 *  This software is a computer program whose purpose is to show and add annotations on a video .
 *  This software is governed by the CeCILL-C license under French law and
 *  abiding by the rules of distribution of free software. You can  use, 
 *  modify and/ or redistribute the software under the terms of the CeCILL-C
 *  license as circulated by CEA, CNRS and INRIA at the following URL
 *  "http://www.cecill.info". 
 *  
 *  The fact that you are presently reading this means that you have had
 *  knowledge of the CeCILL-C license and that you accept its terms.
*/

var IriSP = {
    serializers: {}
};

IriSP._ = _;

IriSP.jQuery = jQuery;