projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
605a302c7106f7b7d55467d841a6e04d0f603505
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
var toInteger = require('./to-integer')
4
5
, max = Math.max;
6
7
module.exports = function (value) { return max(0, toInteger(value)); };