supercat666's picture
fixed igv
a5f860b
Raw
History Blame
172 Bytes
var loadRemoteResource = require('../reader/load-remote-resource');
function fetchFrom(callback) {
return callback || loadRemoteResource;
}
module.exports = fetchFrom;