Delete trailing spaces.

This commit is contained in:
Nikita Vasilyev 2010-10-31 08:59:04 +03:00
parent 1164614a7d
commit 9e4e7d1980
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ $(function() {
return; return;
} }
e.preventDefault(); e.preventDefault();
if( !target.length ) return; if( !target.length ) return;
else document.location.hash = '#' + target.attr( 'id' ); else document.location.hash = '#' + target.attr( 'id' );
} }