diff -r 12978893bbf0 -r 8a8b6097d382 integration/js/init.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/integration/js/init.js Wed Oct 24 15:58:27 2012 +0200 @@ -0,0 +1,25 @@ +/* + * 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;