Subversion Repositories JSX

Compare Revisions

Last modification

Ignore whitespace Rev 481 → Rev 482

/trunk/array.js
1038,6 → 1038,9
if (jsx.array.emulate)
{
jsx.object.extend(Array.prototype, {
/**
* @memberOf Array.prototype
*/
chunk: jsx.array.chunk,
changeCase: jsx.array.changeCase,
contains: jsx.array.contains,