there should be no space after '(' and before ')'

This commit is contained in:
Gosha Arinich 2012-03-26 12:11:02 +03:00
parent 39ea486e1f
commit 73404f6281
11 changed files with 18 additions and 20 deletions

View file

@ -29,7 +29,7 @@
});
$(document).keypress(function(e) {
if( $(e.target).is(":input") ) return;
if($(e.target).is(":input")) return;
switch(e.which) {
case 115: focusSearch();
e.preventDefault();