josephg / ShareJS

Collaborative editing in any app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShareInstance.prototype._trigger without a callback

aogriffiths opened this issue · comments

The is an example in DerbyJS where ShareInstance.prototype._trigger is called without a callback. This results in an error.

Error Message:
TypeError: undefined is not a function
at next (/Users/adam/Documents/gitprojects/first-derby-project/node_modules/derby/node_modules/racer/node_modules/share/lib/server/index.js:70:16)

See Also:
9740645#commitcomment-3574199
derbyjs/derby#293

Fix:
aogriffiths@15e0288

Fixed in master.