Fix minor style errors

And keep it that way, by making jscs config more opinionated.

// FREEBIE
This commit is contained in:
lilia
2016-02-17 17:08:50 -08:00
parent b09cb228f7
commit 173e037fa6
17 changed files with 97 additions and 38 deletions

View File

@@ -74,7 +74,9 @@
// TODO: css animation or error notification
errors.removeClass('error');
setTimeout(function(){ errors.addClass('error'); }, 300);
setTimeout(function() {
errors.addClass('error');
}, 300);
return;
}