define(function () { /** * @version 0.1.0 (2011/10/31) */ function isNull(val){ return val === null; } return isNull; });