Comparing version 0.7.0 to 0.7.1
@@ -164,4 +164,2 @@ ;(function (clarinet) { | ||
Stream.apply(me); | ||
this._parser = new CParser(opt); | ||
@@ -172,2 +170,3 @@ this.writable = true; | ||
var me = this; | ||
Stream.apply(me); | ||
@@ -174,0 +173,0 @@ this._parser.onend = function () { me.emit("end"); }; |
@@ -8,4 +8,5 @@ { "name" : "clarinet" | ||
, "Justin Makeig <jmpublic+github@makeig.com> (http://www.audiblepop.com)" | ||
, "Roly Fentanes (http://about.me/roly)" | ||
] | ||
, "version" : "0.7.0" | ||
, "version" : "0.7.1" | ||
, "main" : "./clarinet.js" | ||
@@ -12,0 +13,0 @@ , "homepage" : "https://github.com/dscape/clarinet" |
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
39437160