Comparing version 0.10.1 to 0.10.2
@@ -146,4 +146,6 @@ // Generated by CoffeeScript 1.12.7 | ||
Pr.prototype.reviews = function(params,cb) { | ||
return this.client.get("/repos/" + this.repo + "/pulls/" + this.number + "/reviews", params, function(err, s, b, h) { | ||
Pr.prototype.reviews = function() { | ||
var cb, i, params, ref; | ||
params = 2 <= arguments.length ? slice.call(arguments, 0, i = arguments.length - 1) : (i = 0, []), cb = arguments[i++]; | ||
return (ref = this.client).get.apply(ref, ["/repos/" + this.repo + "/pulls/" + this.number + "/reviews"].concat(slice.call(params), [function(err, s, b, h) { | ||
if (err) { | ||
@@ -157,3 +159,3 @@ return cb(err); | ||
} | ||
}); | ||
}])); | ||
}; | ||
@@ -160,0 +162,0 @@ |
{ | ||
"name": "octonode", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"author": "Pavan Kumar Sunkara <pavan.sss1991@gmail.com> (http://pksunkara.github.com)", | ||
@@ -5,0 +5,0 @@ "description": "nodejs wrapper for github v3 api", |
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
158309
3539