Comparing version 0.4.3 to 0.4.4
@@ -64,3 +64,3 @@ var Link = require('./Link') | ||
link.on('error'), function() { | ||
link.on('error', function() { | ||
link.send('requestInit') | ||
@@ -81,3 +81,3 @@ }.bind(this)) | ||
link.on('error'), function() { | ||
link.on('error', function() { | ||
this.history.latest(function(er, latest) { | ||
@@ -84,0 +84,0 @@ if(er) return link.emit('error', er) // XXX: send this error to the document |
{ | ||
"name": "gulf", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "Sync anything!", | ||
@@ -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
33111