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 1 additions and 1 deletions
Showing only changes of commit 190732de13 - Show all commits

View File

@ -246,7 +246,7 @@ intval.setDir = function (val = true) {
return log.warn('Direction must be represented as either true or false')
}
intval._state.dir = val
log.info('setDir', { direction : dir ? 'forward' : 'backward' })
log.info('setDir', { direction : val ? 'forward' : 'backward' })
}
intval.setTime = function (val = 0) {
intval._state.frame.time = val