OLD | NEW |
1 <h4>Callback function</h4> | 1 <h4>Callback function</h4> |
2 <p> | 2 <p> |
3 {{?optional}} | 3 {{?optional}} |
4 If you specify the <em>callback</em> parameter, it should | 4 If you specify the <em>{{name}}</em> parameter, it should |
5 specify a function that looks like this: | 5 specify a function that looks like this: |
6 {{:}} | 6 {{:}} |
7 The <em>callback</em> parameter should specify a function | 7 The <em>{{name}}</em> parameter should specify a function |
8 that looks like this: | 8 that looks like this: |
9 {{/}} | 9 {{/}} |
10 </p> | 10 </p> |
11 <pre>function({{#parameters}}{{+partials.variable_type}} {{name}}{{^last}}, {{/}
}{{/}}) <span class="subdued">{...}</span>;</pre> | 11 <pre>function({{#parameters}}{{+partials.variable_type}} {{name}}{{^last}}, {{/}
}{{/}}) <span class="subdued">{...}</span>;</pre> |
12 <dl> | 12 <dl> |
13 {{#parameters}}{{+partials.property}}{{/}} | 13 {{#parameters}}{{+partials.property}}{{/}} |
14 </dl> | 14 </dl> |
OLD | NEW |