Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Commit

Permalink
JSCS: Remove multiple line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Oct 28, 2014
1 parent e8d97b8 commit 539ae40
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .jscsrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"requireSpaceAfterBinaryOperators": null,
"requireSpacesInsideObjectBrackets": null,
"requireSpacesInsideArrayBrackets": null,
"disallowMultipleLineBreaks": null,
"requireSpaceAfterKeywords": null,
"requireSpaceBeforeBlockStatements": null,
"excludeFiles": [
Expand Down
1 change: 0 additions & 1 deletion src/js/custom/scriptFocusIndicatorVisible.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ quail.scriptFocusIndicatorVisible = function() {

// in any other case, it is acceptable to change other visual components


if (noFocus.backgroundColor !== $(this).css('background-color')) {
$(this).blur();
return;
Expand Down
1 change: 0 additions & 1 deletion src/js/custom/whiteSpaceInWord.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ quail.whiteSpaceInWord = function(quail, test, Case) {
}
});
};

1 change: 0 additions & 1 deletion src/js/lib/wcag/SuccessCriteria-3.3.3.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ quail.guidelines.wcag.successCriteria['3.3.3'] = (function(quail) {
return !!this.querySelectorAll('[' + key + '="' + attr[key] + '"]').length;
}


// Testing forms.
//
// If any of the complex form types are present in the document, this
Expand Down

0 comments on commit 539ae40

Please sign in to comment.