client/js/header.js
author rougeronj
Wed, 03 Jun 2015 17:27:46 +0200
changeset 471 e0c7be5dc02c
parent 435 e529b633c339
permissions -rw-r--r--
Add a router to handle fragment identifier Set up a listener of the router in the scene to update it Start Backbone.history (eventlistener of the router) when all the project is loaded Include router.js to all the test file
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
435
e529b633c339 Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents: 290
diff changeset
     1
/*!
e529b633c339 Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents: 290
diff changeset
     2
 *    _____            _
e529b633c339 Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents: 290
diff changeset
     3
 *   |  __ \          | |
e529b633c339 Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents: 290
diff changeset
     4
 *   | |__) |___ _ __ | | ____ _ _ __
e529b633c339 Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents: 290
diff changeset
     5
 *   |  _  // _ \ '_ \| |/ / _` | '_ \
211
d87f6bdee43d upgrade libs + add no minified versions of libs + improve build + allow disabling zoom on scroll
ymh <ymh.work@gmail.com>
parents: 210
diff changeset
     6
 *   | | \ \  __/ | | |   < (_| | | | |
d87f6bdee43d upgrade libs + add no minified versions of libs + improve build + allow disabling zoom on scroll
ymh <ymh.work@gmail.com>
parents: 210
diff changeset
     7
 *   |_|  \_\___|_| |_|_|\_\__,_|_| |_|
d87f6bdee43d upgrade libs + add no minified versions of libs + improve build + allow disabling zoom on scroll
ymh <ymh.work@gmail.com>
parents: 210
diff changeset
     8
 *
435
e529b633c339 Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents: 290
diff changeset
     9
 *  Copyright 2012-2015 Institut de recherche et d'innovation
e529b633c339 Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents: 290
diff changeset
    10
 *  contributor(s) : Yves-Marie Haussonne, Raphael Velt, Samuel Huron,
e529b633c339 Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents: 290
diff changeset
    11
 *      Thibaut CavaliƩ, Julien Rougeron.
e529b633c339 Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents: 290
diff changeset
    12
 *
210
f4cbc517126d add build script
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
 *  contact@iri.centrepompidou.fr
435
e529b633c339 Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents: 290
diff changeset
    14
 *  http://www.iri.centrepompidou.fr
e529b633c339 Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents: 290
diff changeset
    15
 *
210
f4cbc517126d add build script
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
 *  This software is a computer program whose purpose is to show and add annotations on a video .
f4cbc517126d add build script
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
 *  This software is governed by the CeCILL-C license under French law and
435
e529b633c339 Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents: 290
diff changeset
    18
 *  abiding by the rules of distribution of free software. You can  use,
210
f4cbc517126d add build script
ymh <ymh.work@gmail.com>
parents:
diff changeset
    19
 *  modify and/ or redistribute the software under the terms of the CeCILL-C
f4cbc517126d add build script
ymh <ymh.work@gmail.com>
parents:
diff changeset
    20
 *  license as circulated by CEA, CNRS and INRIA at the following URL
435
e529b633c339 Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents: 290
diff changeset
    21
 *  "http://www.cecill.info".
e529b633c339 Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents: 290
diff changeset
    22
 *
210
f4cbc517126d add build script
ymh <ymh.work@gmail.com>
parents:
diff changeset
    23
 *  The fact that you are presently reading this means that you have had
f4cbc517126d add build script
ymh <ymh.work@gmail.com>
parents:
diff changeset
    24
 *  knowledge of the CeCILL-C license and that you accept its terms.
435
e529b633c339 Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
ymh <ymh.work@gmail.com>
parents: 290
diff changeset
    25
 */