Trim trailing whitespace

This commit is contained in:
Joshua Peek
2011-09-27 16:06:16 -05:00
parent ce770c2e79
commit 095a392359
@@ -990,7 +990,7 @@
setActiveHelp: function( name ) { setActiveHelp: function( name ) {
if ( !Help.isLoadedFor( name ) ) { if ( !Help.isLoadedFor( name ) ) {
if ( $('#function-help').length ) { if ( $('#function-help').length ) {
$('#function-help').addClass('disabled'); $('#function-help').addClass('disabled');
} }
if ( Help.isShown() ) { if ( Help.isShown() ) {
Help.hide(); Help.hide();