Add missing semicolon

This commit is contained in:
Shea Bunge 2013-07-14 16:39:03 +10:00
parent 4c99b2aba8
commit e5a8931afc

View file

@ -6,7 +6,7 @@
( function() { ( function() {
var container, button, menu; var container, button, menu;
container = document.getElementById( 'site-navigation' ) container = document.getElementById( 'site-navigation' );
if ( ! container ) if ( ! container )
return; return;