Skip to content

Commit

Permalink
whitepsace nit
Browse files Browse the repository at this point in the history
  • Loading branch information
client9 committed Mar 27, 2010
1 parent 8bdb9fe commit e98e7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event/documentevent.js
Expand Up @@ -45,7 +45,7 @@ DocumentEvent.prototype.__EventMap__ = {
DocumentEvent.prototype.createEvent = function(eventType) {
var clazz = this.__EventMap__[eventType];
if (clazz) {
return new clazz();
return new clazz();
}
throw(new DOMException(DOMException.NOT_SUPPORTED_ERR));
};
Expand Down

0 comments on commit e98e7c8

Please sign in to comment.