Skip to content

Commit a924a21

Browse files
committed
Reset lint changes to tests
1 parent 4398203 commit a924a21

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed
Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
window.tested = ["load_first"];
2-
var ramdaTest = document.getElementById("ramda-test");
1+
window.tested = ['load_first'];
2+
var ramdaTest = document.getElementById('ramda-test');
33
if (ramdaTest) {
4-
ramdaTest.innerHTML = R.join(
5-
" ",
6-
R.concat(["hello"], ["world"]).map(function (x) {
7-
return _.capitalize(x);
8-
}),
9-
);
4+
ramdaTest.innerHTML = R.join(' ', R.concat(['hello'], ['world']).map(function(x) {
5+
return _.capitalize(x);
6+
}));
107
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
window.tested = "IGNORED"; // Break the chain.
1+
window.tested = 'IGNORED'; // Break the chain.

0 commit comments

Comments
 (0)