MAX_UINT.js 116 Bytes Raw Blame History Permalink 1 2 3 4 5 6 /** * @constant Maximum 32-bit unsigned integet value (2^32 - 1) */ define(function(){ return 4294967295; });