arraylist-debug.js revision 266bfbd67fc220029bdadabd3c49e733f9f39360
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);
};
} );
}
} );
}, '@VERSION@' );