requirejs-router icon indicating copy to clipboard operation
requirejs-router copied to clipboard

Ractive Example update

Open andreujuanc opened this issue 8 years ago • 0 comments

Hello!

Update https://github.com/erikringsmuth/requirejs-router/blob/gh-pages/examples/ractive/main.js

Change: view.teardown(render); for view.teardown().then(render);

Now teardown returns a promise and does not accept arguments (it was a callback if i remember correctly)

Cheers!

andreujuanc avatar Nov 07 '16 00:11 andreujuanc