forked from mirror/_s
Add missing semicolon
This commit is contained in:
parent
4c99b2aba8
commit
e5a8931afc
|
@ -6,7 +6,7 @@
|
|||
( function() {
|
||||
var container, button, menu;
|
||||
|
||||
container = document.getElementById( 'site-navigation' )
|
||||
container = document.getElementById( 'site-navigation' );
|
||||
if ( ! container )
|
||||
return;
|
||||
|
||||
|
|
Reference in New Issue