mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 07:51:17 +01:00
correct comments
This commit is contained in:
parent
281cd523e6
commit
79ab1d0e2a
@ -38,9 +38,9 @@ exp.extract_cape_url = function(profile) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// makes a GET request to the +url+
|
// makes a GET request to the +url+
|
||||||
// +options+ hash includes various options for
|
// +options+ hash includes these options:
|
||||||
// encoding and timeouts, defaults are already
|
// encoding (string), default is to return a buffer
|
||||||
// specified. +callback+ contains the body, response,
|
// +callback+ contains the body, response,
|
||||||
// and error buffer. get_from helper method is available
|
// and error buffer. get_from helper method is available
|
||||||
exp.get_from_options = function(rid, url, options, callback) {
|
exp.get_from_options = function(rid, url, options, callback) {
|
||||||
request.get({
|
request.get({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user