mizzao / meteor-sharejs

Meteor smart package for transparently adding ShareJS editors to an app
MIT License
225 stars 53 forks source link

onRender and onConnect parameters are needed in main shareJs Class #33

Closed Xananax closed 9 years ago

Xananax commented 9 years ago

Even when using the basic textbox, one might want to listen for when it is ready, for example, to set focus on it when it has loaded the document, so the user doesn't have to click twice.

Xananax commented 9 years ago

I've taken the liberty to create a pull request with the changes that I am thinking about. I hope it is an accepted behaviour and not considered presomptuous.

mizzao commented 9 years ago

Merged #34. Thanks!