Nit: fix indentation

This commit is contained in:
Vince
2013-06-17 10:37:08 +02:00
parent 458f56f1ec
commit 453f77cdd6

View File

@ -24,7 +24,7 @@
// Expand drawer when clicking 'Settings' tab.
$('#settings').click(function(evt) {
$('.right-sticky-section').toggleClass('expanded');
$('#settings').toggleClass('has-expanded-drawer')
$('#settings').toggleClass('has-expanded-drawer');
});
// Show/hide the grid on drawing canvas: