Subversion Repositories JSX

Compare Revisions

Last modification

Regard whitespace Rev 600 → Rev 601

/trunk/map.js
1,4 → 1,3
"use strict";
/**
* @fileOverview <title>Thread-unsafe map implementations</title>
* @file $Id$
21,13 → 20,17
* You should have received a copy of the GNU General Public License
* along with JSX. If not, see <http://www.gnu.org/licenses/>.
*/
var jsx;
 
(function () {
"use strict";
 
if (typeof jsx == "undefined")
{
/**
* @namepspace
*/
var jsx = {};
jsx = {};
}
 
/**
738,3 → 741,4
}
).extend(jsx.object.PropertyError)
};
}());