MAX_INT.js 115 Bytes Raw Blame History Permalink 1 2 3 4 5 6 /** * @constant Maximum 32-bit signed integer value. (2^31 - 1) */ define(function(){ return 2147483647; });