Commit d1e96510b7246fe9b0d685d132cfdfe322caa8f7
Remove unused code
Charles Lehner committed on 4/3/2016, 10:33:24 PMParent: 3f2951a9e595cf0bb2f165ed7c36bdc35bfb82a2
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -211,18 +211,8 @@ | ||
211 | 211 | '<div class="preview-text tab2" id="preview-tab"></div>' + |
212 | 212 | '<script>' + issueCommentScript + '</script>' |
213 | 213 | } |
214 | 214 | |
215 | -function wrap(tag) { | |
216 | - return function (read) { | |
217 | - return cat([ | |
218 | - pull.once('<' + tag + '>'), | |
219 | - read, | |
220 | - pull.once('</' + tag + '>') | |
221 | - ]) | |
222 | - } | |
223 | -} | |
224 | - | |
225 | 215 | function readNext(fn) { |
226 | 216 | var next |
227 | 217 | return function (end, cb) { |
228 | 218 | if (next) return next(end, cb) |
Built with git-ssb-web