Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Eye-Tracking Classroom
/
Live-Gaze-Analyser
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
359f1a2f2a02bf9c9b6552189c23fd78441060e0
Switch branch/tag
Live-Gaze-Analyser
www
resources
js
utils
Time.js
Find file
Normal view
History
Permalink
Time.js
84 Bytes
Edit
Newer
Older
Inital commit
3e2d274f
Alexander Bazo
committed
Oct 14, 2019
1
2
3
4
5
6
7
var
Time
=
{
ONE_SECOND_IN_MS
:
1000
,
};
Object
.
freeze
(
Time
);
export
default
Time
;