Project

General

Profile

Revision 74c804dc

ID74c804dc579043396239a02a9001fe619daaaf34
Parent 6a0204a8
Child 2256d3db

Added by Aurelien BOMPARD about 13 years ago

vigigraph: correction d'une erreur jslint

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@6640 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

vigigraph/public/js/graph.js
267 267

  
268 268
    getStartTime: function () {
269 269
        var start = this.options.start;
270
        if (start == null)
270
        if (start === null)
271 271
            // @TODO: cette heure est en localtime a priori.
272 272
            start = (new Date() / 1000).toInt() - this.options.duration;
273 273
        if (start < 0)

Also available in: Unified diff