Skip to content

Commit

Permalink
Minor bug fixes, return true or false with remove.
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisT committed Apr 28, 2012
1 parent 632b73b commit 0221b26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/GistDB.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
return;
}
id = (id?id:this.gistid);
this.gistid = id;
this.opts.method = 'GET';
http_get(this.api_url+'/gists/'+id,this.opts,function (data,err) {
if (!err) {
Expand Down

0 comments on commit 0221b26

Please sign in to comment.