Skip to content

Commit 8f4d6f7

Browse files
committed
remove solved TODOs
1 parent ea0741c commit 8f4d6f7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/styleGuide.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
}
2727

2828
var anotherFun = function(a, b, c) {
29-
// TODO: Should wrap to one line or indent properly
3029
return a == "a" ||
3130
b == "b" ||
3231
c == "c";
@@ -58,7 +57,6 @@
5857
} else if (that) {
5958
then(this);
6059

61-
// TODO: This `else` comment should align with the subsequent statement
6260
} else {
6361
console.error("Wat?");
6462
}
@@ -88,11 +86,9 @@
8886
myVar.toString() +
8987
'</li>');
9088

91-
// TODO: Wrap + indent accessor expression
9289
var myVar = new myVarTypes[
9390
'A type']();
9491

95-
// TODO: Indent call args if wrapped
9692
callFunc(
9793
'An arg',
9894
'Another arg',
@@ -108,7 +104,6 @@
108104
return;
109105
}
110106

111-
// TODO: Should indent to same level as `var`
112107
var nestedObjects = [{
113108
a: true
114109
}, {

0 commit comments

Comments
 (0)