Closed swese44 closed 10 years ago
I found a few easy changes that need to be made in sharejs-client.coffee:
Handlebars.SafeString is now Spacebars.SafeString Handlebars.registerHelper is now UI.registerHelper
However this still doesn't fix it. Nothing gets rendered, but there are also no errors to look at so I'm not quite sure why it silently fails :(
We're supporting Blaze right now (albeit in a very hacky way: a7dd4e98f031fb6671d4b22ac1b3940b4122300c). This will improve along with the Meteor Component API.
I found a few easy changes that need to be made in sharejs-client.coffee:
However this still doesn't fix it. Nothing gets rendered, but there are also no errors to look at so I'm not quite sure why it silently fails :(