platform/packages/jael/jael_web/lib/src/fn.dart
Tobe O edfd785dfe Add 'packages/jael/' from commit 'af168281d94cda98a8fd333618696e92f4e035c5'
git-subtree-dir: packages/jael
git-subtree-mainline: 834de0300f
git-subtree-split: af168281d9
2020-02-15 18:22:11 -05:00

10 lines
187 B
Dart

// TODO: Lambda/anonymous component
//
// import 'component.dart';
// import 'dom_node.dart';
// class Fn<T> extends Component {
// final DomNode Function(T) f;
// Fn(this.f);
// }