Comparing version 0.0.0 to 0.1.0
@@ -77,3 +77,3 @@ /*! | ||
var mask = options && options.mask; | ||
var opcode = options && options.binary ? 2 : 1; | ||
var opcode = options && options.binary === false ? 1 : 2; | ||
if (this.firstFragment === false) opcode = 0; | ||
@@ -80,0 +80,0 @@ else this.firstFragment = false; |
@@ -5,3 +5,3 @@ { | ||
"description": "Lightly modified version of einaros/ws. TCP writes now return true/false to top", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
224636