Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
1 changed files with 5 additions and 1 deletions
Showing only changes of commit 4818b44abf - Show all commits

View File

@ -1,3 +1,7 @@
'use strict'
const intval = require('../lib/intval')
const intval = require('../lib/intval')
setTimeout(() => {
intval.frame()
}, 3000)