()
| 303 | ORM.prototype.load = function () { |
| 304 | var files = _.flatten(Array.prototype.slice.apply(arguments)); |
| 305 | var cb = function () {}; |
| 306 | |
| 307 | if (typeof files[files.length - 1] == "function") { |
| 308 | cb = files.pop(); |
no outgoing calls
no test coverage detected