Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 06d41ce

Browse files
committed
Lint fix.
1 parent 95b7d14 commit 06d41ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sortable.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('uiSortable', function() {
4040

4141
element.remove(element.firstChild);
4242
expect(function() {
43-
$timeout.flush()
43+
$timeout.flush();
4444
}).not.toThrow();
4545

4646
});

0 commit comments

Comments
 (0)