import
This commit is contained in:
parent
9637d0ec7b
commit
eb98985815
207 changed files with 11155 additions and 0 deletions
9
test/data/lambda/higher_order_sections.js
Normal file
9
test/data/lambda/higher_order_sections.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
({
|
||||
name: "Tater",
|
||||
helper: "To tinker?",
|
||||
bolder: function () {
|
||||
return function (text, render) {
|
||||
return text + ' => <b>' + render(text) + '</b> ' + this.helper;
|
||||
}
|
||||
}
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue