]> git.mjollnir.org Git - moodle.git/commitdiff
admin tree: remove spurious space.
authortjhunt <tjhunt>
Wed, 22 Oct 2008 10:24:26 +0000 (10:24 +0000)
committertjhunt <tjhunt>
Wed, 22 Oct 2008 10:24:26 +0000 (10:24 +0000)
blocks/admin_tree/admintree.js

index bbf92a4d48935163fd4699c07eb55605c35def74..7acc422f7abb349621c65b9b6158bfdde9f6c5a6 100644 (file)
@@ -40,7 +40,7 @@ admin_tree = {
         } else {
             admin_tree.expand(i);
         }
-        YAHOO.util.Event. preventDefault(e);
+        YAHOO.util.Event.preventDefault(e);
     },
 
     collapse: function(i) {