chainpad-netflux
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -114,17 +114,2 @@ /* | ||
chainpad._patch = chainpad.patch; | ||
chainpad.patch = function (patch, x, y) { | ||
if (initializing) { | ||
console.error("attempted to change the content before chainpad was synced"); | ||
} | ||
return chainpad._patch(patch, x, y); | ||
}; | ||
chainpad._change = chainpad.change; | ||
chainpad.change = function (offset, count, chars) { | ||
if (initializing) { | ||
console.error("attempted to change the content before chainpad was synced"); | ||
} | ||
return chainpad._change(offset, count, chars); | ||
}; | ||
// Sending a message... | ||
@@ -131,0 +116,0 @@ chainpad.onMessage(function (msg, cb, curve) { |
{ | ||
"name": "chainpad-netflux", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A convenient wrapper around the chainpad realtime engine and the netflux transport API", | ||
@@ -21,3 +21,3 @@ "main": "chainpad-netflux.js", | ||
"devDependencies": { | ||
"jshint": "^2.9.4" | ||
"jshint": "^2.13.4" | ||
}, | ||
@@ -24,0 +24,0 @@ "dependencies": { |
75087
781