Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 30e5b52

Browse files
hzoopetebacondarwin
authored andcommitted
style(*): add jscs rule disallowKeywordsOnNewLine: "else"
1 parent ebde468 commit 30e5b52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ngScenario/Application.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ angular.scenario.Application.prototype.executeAction = function(action) {
120120

121121
if (!!this.rootElement) {
122122
executeWithElement(this.rootElement);
123-
}
124-
else {
123+
} else {
125124
angularInit($window.document, angular.bind(this, executeWithElement));
126125
}
127126

0 commit comments

Comments
 (0)