in src/utils.js [138:140]
Utils.isFunction = function(obj) { return !!(obj && obj.constructor && obj.call && obj.apply); };