Release 0.8.5
This commit is contained in:
@@ -171,6 +171,9 @@ module.exports = function (Y/* :any */) {
|
||||
Buffer operations, and broadcast them when ready.
|
||||
*/
|
||||
broadcastOps (ops) {
|
||||
ops = ops.map(function (op) {
|
||||
return Y.Struct[op.struct].encode(op)
|
||||
})
|
||||
var self = this
|
||||
function broadcastOperations () {
|
||||
if (self.broadcastOpBuffer.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user