projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
a035096cc1064c79eae695e3753b85697eeeb76f
[platform/framework/web/crosswalk-tizen.git]
/
1
/**
2
* @constant Maximum 32-bit unsigned integet value (2^32 - 1)
3
*/
4
define(function(){
5
return 4294967295;
6
});