projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
9b3e97810433c120e8e926802bd24ac33a3c7d35
[platform/framework/web/crosswalk-tizen.git]
/
1
/**
2
* @constant Minimum 32-bit signed integer value (-2^31).
3
*/
4
define(function(){
5
return -2147483648;
6
});