700da0f6fd0d191d525a1a3b119caf981dbeb67d
[platform/framework/web/crosswalk-tizen.git] /
1 /**
2  * @constant Maximum 32-bit unsigned integet value (2^32 - 1)
3  */
4
5     module.exports = 4294967295;
6