Browse Source

fix parse error when using with JS aggregator

Ted Serbinski 17 years ago
parent
commit
08fe6616f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      simplemenu.js

+ 1 - 1
simplemenu.js

@@ -34,7 +34,7 @@ $(document).ready(function() {
   		.find("a")
   			.focus(function(){
   				$("ul", $("#simplemenu>li[ul]")).bgIframe({opacity:false});
-  			})
+  			});
 	 
 	 $('#simplemenu').children('li.expanded').addClass('root');    
 });