Skip to content

Commit 4920d95

Browse files
committed
Remove irrelevant comment
1 parent c3ddb45 commit 4920d95

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_web/js_fixtures/callable-prop.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ export function bind(node, config) {
1111
};
1212
}
1313

14-
// The intention here is that Child components are passed in here so we check that the
15-
// children of "the-parent" are "child-1" through "child-N"
1614
export function Component(props) {
1715
var text = "DEFAULT";
1816
if (props.setText && typeof props.setText === "function") {

0 commit comments

Comments
 (0)