Subversion Repositories JSX

Compare Revisions

Last modification

Regard whitespace Rev 605 → Rev 606

/trunk/map.js
47,8 → 47,7
*
* @function
*/
Map: jsx.object.extend(
(
Map: jsx.object.extend((
/**
* @return {jsx.map.Map}
*/
515,7 → 514,7
{
if (_Bucket.isInstance(prevValue))
{
prevValue = prevValue.remove(key);
var prevValue = prevValue.remove(key);
if (_ValueContainer.isInstance(prevValue))
{
--_size;
714,9 → 713,7
this.put(o[0], o[1]);
}
}
}
),
{
}), {
/**
* Returns <code>true</code> if the argument is a {@link jsx.map#Map Map}
*