Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8ae069d

Browse filesBrowse files
author
anonx
committed
Add semicolons to the end of js lines
1 parent cc8b810 commit 8ae069d
Copy full SHA for 8ae069d

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎modules/testrunner/app/views/TestRunner/Index.html

Copy file name to clipboardExpand all lines: modules/testrunner/app/views/TestRunner/Index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h1>Test Runner</h1>
5252

5353
$("button[test]").click(function() {
5454
var button = $(this).addClass("disabled").text("Running");
55-
addToQueue(button)
55+
addToQueue(button);
5656
});
5757

5858
$("button[all-tests]").click(function() {
@@ -73,7 +73,7 @@ <h1>Test Runner</h1>
7373
running = false;
7474
} else {
7575
var next = buttons.shift();
76-
runTest(next)
76+
runTest(next);
7777
}
7878
}
7979

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.