/** * @constant Maximum 32-bit unsigned integet value (2^32 - 1) * @version 0.1.1 (2012/02/17) */ define(function(){ return 4294967295; });