chrisdickinson / plate

a javascript template library, aimed at being compatible with django's template language.
183 stars 16 forks source link

Docs inaccurately state "ready" is passed into a template tag's render function #18

Open zbyte64 opened 10 years ago

zbyte64 commented 10 years ago

The wiki states the "ready" callback is passed into the render method: https://github.com/chrisdickinson/plate/wiki/A-complex-template-tag

The code only passes in context: https://github.com/chrisdickinson/plate/blob/master/lib/node_list.js#L19