We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ab4ce commit 0288c18Copy full SHA for 0288c18
reddit.js
@@ -137,7 +137,7 @@ var instance = {
137
sendRequest("http://www.reddit.com/by_id/" + fullName + ".json", callback);
138
},
139
fetchCommentsById : function(id, callback){
140
- sendRequest("http://www,reddit.com/comments/" + id + ".json", callback)
+ sendRequest("http://www.reddit.com/comments/" + id + ".json", callback)
141
142
showReddit : function(sr){
143
var sub;
0 commit comments