Skip to content

Commit ed1fb39

Browse files
committed
Trim empty newlines
1 parent 0bcf21a commit ed1fb39

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/public/test/data-disable-with.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ asyncTest('form[data-remote] input|button|textarea[data-disable-with] does not d
225225
App.checkEnabledState(submit, 'Submit');
226226

227227
start();
228-
229228
});
230229

231230
asyncTest('ctrl-clicking on a link does not disables the link', 6, function() {

test/public/test/data-disable.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ asyncTest('form[data-remote] input|button|textarea[data-disable] does not disabl
225225
App.checkEnabledState(submit, 'Submit');
226226

227227
start();
228-
229228
});
230229

231230
asyncTest('ctrl-clicking on a link does not disables the link', 6, function() {

0 commit comments

Comments
 (0)