Skip to content

Commit

Permalink
Add the service url for a gist comment
Browse files Browse the repository at this point in the history
  • Loading branch information
twidi committed Feb 18, 2013
1 parent 3c0005d commit ee4fc26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gh3.js
Expand Up @@ -656,6 +656,9 @@
*/
this.gist = ghGist;
Gh3.GistComment.__super__.constructor.call(this, gistCommentData);
},
_service: function() {
return this.gist._service() + "/comments/" + this.id;
}
});

Expand Down

0 comments on commit ee4fc26

Please sign in to comment.