git ssb

2+

cel / scuttlebot.io



Commit 150fe573b41d5a80595a22b22fb8872a5d1825b9

Fix syntax error during build

cel committed on 11/27/2016, 5:56:13 PM
Parent: 6c7b45a1469f155c415f6439a7df55b9e4d6c522

Files changed

tmpl/page.part.jschanged
tmpl/page.part.jsView
@@ -15,9 +15,9 @@
1515 </div>`
1616 }
1717
1818 // pick the navs
19- var tabFn = tabs[opts.section || 'docs'] || ()=>``
19 + var tabFn = tabs[opts.section || 'docs'] || function () { return '' }
2020 var leftnavFn = leftnav[opts.tab || 'basics']
2121
2222 // next and see-also
2323 var seeAlso = '', next = ''

Built with git-ssb-web