Skip to content

Commit 0288c18

Browse files
committed
Fix bug in fetchCommentsById
1 parent 27ab4ce commit 0288c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reddit.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ var instance = {
137137
sendRequest("http://www.reddit.com/by_id/" + fullName + ".json", callback);
138138
},
139139
fetchCommentsById : function(id, callback){
140-
sendRequest("http://www,reddit.com/comments/" + id + ".json", callback)
140+
sendRequest("http://www.reddit.com/comments/" + id + ".json", callback)
141141
},
142142
showReddit : function(sr){
143143
var sub;

0 commit comments

Comments
 (0)