Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Space after 'if'!
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Mar 2, 2009
1 parent dd7e8f5 commit e136913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/MooEditable/MooEditable.js
Expand Up @@ -64,8 +64,8 @@ var MooEditable = new Class({
var key = act.options.shortcut;
if (key) this.keys[key] = action;
}
if(act.dialogs) this.dialogs[action] = act.dialogs;
if(act.events){
if (act.dialogs) this.dialogs[action] = act.dialogs;
if (act.events){
$each(act.events, function(fn, event){
this.addEvent(event, fn);
}, this);
Expand Down

0 comments on commit e136913

Please sign in to comment.