Skip to content

Commit 74ba36f

Browse files
committed
remove dupe function
1 parent 23dc87b commit 74ba36f

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

index.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,6 @@ var Beep = {
148148

149149
callback(null, data);
150150
},
151-
parseTopic: function (topic) {
152-
var starHTML = '⁎';
153-
if (topic) {
154-
topic.title = Beep.parseContent(topic.title, starHTML);
155-
topic.slug = Beep.parseContent(topic.slug, starHTML);
156-
topic.titleRaw = Beep.parseContent(topic.titleRaw, starHTML);
157-
}
158-
return topic;
159-
},
160151
filterTags: function (data, callback) {
161152
var match;
162153
data.tags.some(function (tag) {

0 commit comments

Comments
 (0)