Skip to content

Won't work IE < IE 9 #6

Description

@nicopot

Hello,

In your script , Date.now() do not work in IE < IE9.
Little workaround : put Date.now = Date.now || function() { return +new Date; }; at the top of your script.

Thanks again for your work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions