Comparing version 0.3.0 to 0.3.1
0.3.1 / 2013-01-27 | ||
================== | ||
* dsl(s): revert handle to private fn with bind | ||
0.3.0 / 2013-01-27 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -20,3 +20,3 @@ /*! | ||
exports.version = '0.3.0'; | ||
exports.version = '0.3.1'; | ||
@@ -23,0 +23,0 @@ /*! |
@@ -21,2 +21,3 @@ /*! | ||
this.stack = []; | ||
this.handle = readerHandle.bind(this); | ||
} | ||
@@ -33,3 +34,3 @@ | ||
Reader.prototype.handle = function (raw, done) { | ||
function readerHandle (raw, done) { | ||
var self = this | ||
@@ -36,0 +37,0 @@ , msg = {} |
@@ -21,2 +21,3 @@ /*! | ||
this.stack = []; | ||
this.handle = writerHandle.bind(this); | ||
} | ||
@@ -33,3 +34,3 @@ | ||
Writer.prototype.handle = function (msg, done) { | ||
function writerHandle (msg, done) { | ||
var self = this | ||
@@ -36,0 +37,0 @@ , bufs = new Buffers(); |
{ | ||
"name": "lotus" | ||
, "version": "0.3.0" | ||
, "version": "0.3.1" | ||
, "description": "Streaming buffer protocol DSL and parsing API." | ||
@@ -5,0 +5,0 @@ , "author": "Jake Luer <jake@qualiancy.com> (http://qualiancy.com)" |
24001
899