marko-js-archive / marko-widgets

[LEGACY] Module to support binding of behavior to rendered UI components rendered on the server or client
http://v3.markojs.com/docs/marko-widgets/
MIT License
142 stars 40 forks source link

update docs for rerender in javascript api #133

Closed yomed closed 8 years ago

yomed commented 8 years ago

Noticed that the API method signature has callback, although it doesn't exist (https://github.com/marko-js/marko-widgets/blob/master/lib/Widget.js#L515). Not sure if you intended to introduce a callback parameter there at some point.

patrick-steele-idem commented 8 years ago

Thanks for the docs fix! Rerendering is synchronous and we have no plans to change that so we have no plans to introduce a callback parameter.