Lint extensions/ and wrap up hanging frontend dirs

fs/, format/ and logseq/ also added to linting by adding todos for later
inspection
This commit is contained in:
Gabriel Horner
2022-01-12 16:35:39 -05:00
parent 89bef5b26e
commit b7b3375f62
20 changed files with 251 additions and 301 deletions

View File

@@ -165,10 +165,10 @@
[]
(try
(js-invoke js/window.lsPdfViewer "nextPage")
(catch js/Error e nil)))
(catch js/Error _e nil)))
(defn prev-page
[]
(try
(js-invoke js/window.lsPdfViewer "previousPage")
(catch js/Error e nil)))
(catch js/Error _e nil)))