diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-02-08 19:55:48 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-02-08 19:55:48 +0000 |
commit | 0f13f126386d7b1a01fc86ce6888de067b1fd21d (patch) | |
tree | e37edd86bb495fea2db5eeb2522a21d36f252af7 | |
parent | aa1abbf82a2d91f064e58572412e1ffb968b010f (diff) |
Fix spelling typo
-rw-r--r-- | themes/default/js/ui.init.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/default/js/ui.init.js b/themes/default/js/ui.init.js index 04459890..f92fb351 100644 --- a/themes/default/js/ui.init.js +++ b/themes/default/js/ui.init.js @@ -11,8 +11,7 @@ var shortForms = new Array( ); $(document).ready(function() { - - // Initilize menus + // Initialize menus $("ul.gMenu").addClass("sf-menu"); // Superfish menu options |