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