integration/js/init.js
author veltr
Wed, 09 Jan 2013 16:50:00 +0100
changeset 73 fb4d0566ab19
parent 64 458cc4576415
permissions -rw-r--r--
Bugfixes, Segment list now moves when changing segments

/* 
 *  Copyright 2012-2013 Institut de recherche et d'innovation 
 *  contributor(s) : Raphael Velt, Karim Hamidou, Samuel Huron, Thibaut Cavalie, Anthony Ly
 *   
 *  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.
*/

if (typeof window.IriSP === "undefined") {
    window.IriSP = {};
}

IriSP.serializers = {};

IriSP._ = _;

IriSP.jQuery = jQuery;

/* END init.js */