Subversion Repositories JSX

Compare Revisions

Last modification

Regard whitespace Rev 599 → Rev 600

/trunk/map.js
320,7 → 320,7
/* Allows to use this as a factory */
if (!this || this.constructor != _Map)
{
return new Map(map);
return new _Map(map);
}
 
var _items = _getDataObject();