Skip to content

Commit

Permalink
admin tree: remove spurious space.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhunt committed Oct 22, 2008
1 parent 98bcd9d commit d0d2d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/admin_tree/admintree.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ admin_tree = {
} else {
admin_tree.expand(i);
}
YAHOO.util.Event. preventDefault(e);
YAHOO.util.Event.preventDefault(e);
},

collapse: function(i) {
Expand Down

0 comments on commit d0d2d97

Please sign in to comment.