UNPKG
chronos-js
Version:
latest (0.5.5)
0.5.5
0.5.4
0.4.4
0.4.3
A JavaScript timer with simple and convenient API
github.com/happyCoda/chronos
happyCoda/chronos
chronos-js
/
test
/
main.js
8 lines
(6 loc)
•
125 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
require
([
'boot'
],
function
(
) {
require
([
'../spec/chronos'
],
function
(
root
) {
'use strict'
;
window
.
onload
(); }); });