Comparing version 0.4.10 to 0.4.11
@@ -199,5 +199,5 @@ /** | ||
this.queue.push(function(cb) { | ||
this.dispatchEdit(edit, fromLink, function() { | ||
this.dispatchEdit(edit, fromLink, function(er, edit) { | ||
cb() | ||
callback && callback() | ||
callback && callback(er, edit) | ||
}) | ||
@@ -210,5 +210,5 @@ }.bind(this)) | ||
this.queue.push(function(cb) { | ||
this.dispatchEdit(edit, fromLink, function() { | ||
this.dispatchEdit(edit, fromLink, function(er, edit) { | ||
cb() | ||
callback && callback() | ||
callback && callback(er, edit) | ||
}) | ||
@@ -215,0 +215,0 @@ }.bind(this)) |
{ | ||
"name": "gulf", | ||
"version": "0.4.10", | ||
"version": "0.4.11", | ||
"description": "transport-agnostic operational transformation control layer", | ||
@@ -5,0 +5,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
72412