We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23dc87b commit 74ba36fCopy full SHA for 74ba36f
1 file changed
index.js
@@ -148,15 +148,6 @@ var Beep = {
148
149
callback(null, data);
150
},
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
- },
160
filterTags: function (data, callback) {
161
var match;
162
data.tags.some(function (tag) {
0 commit comments