integration/mediapart/une_files/cdx10b.js
author veltr
Mon, 15 Oct 2012 14:19:51 +0200
changeset 8 dfdefb4dae2c
parent 4 b00fdbef41d4
permissions -rw-r--r--
Added test streamgraph with random data
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     1
/* Copyright 2010 Cedexis Inc. */
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     2
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     3
(function() {
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     4
    var s = new Date();
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     5
    if ('object' === typeof window.radar) {
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     6
        window.radar.stoppedAt = s;
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     7
    }
b00fdbef41d4 ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff changeset
     8
})();