git ssb

30+

cel / git-ssb-web



Commit d1e96510b7246fe9b0d685d132cfdfe322caa8f7

Remove unused code

Charles Lehner committed on 4/3/2016, 10:33:24 PM
Parent: 3f2951a9e595cf0bb2f165ed7c36bdc35bfb82a2

Files changed

index.jschanged
index.jsView
@@ -211,18 +211,8 @@
211211 '<div class="preview-text tab2" id="preview-tab"></div>' +
212212 '<script>' + issueCommentScript + '</script>'
213213 }
214214
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-
225215 function readNext(fn) {
226216 var next
227217 return function (end, cb) {
228218 if (next) return next(end, cb)

Built with git-ssb-web