colly.js revision e09da100d0c76f9a0d5c9e3d60a44c29b2402e9d
(function () {
var YArray = Y.Array,
} else {
// ||= to support lazy initialization from augment
}
}
ArrayListProto = {
item: function ( i ) {
return this._items[i];
},
}, this);
return this;
},
}, this);
},
},
var items = [];
}
}, this);
return new this.constructor( items );
},
size: function () {
},
isEmpty: function () {
return !this.size();
}
};
// Default implementation does not distinguish between public and private
// item getter
ret = [];
}
}, this);
};
} );
}
} );
})();
modulus: function ( n, r ) {
r = r || 0;
var items = [];
if ( i % n === r ) {
}
}, this);
return new this.constructor( items );
},
odd: function () {
},
even: function () {
return this.modulus( 2 );
}
});
}, '@VERSION@' );