Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround LightTable inline-eval quirk
Raw `true`, `false`, and `nil` in the file were preventing inline eval and results display. The workaround is to put these values in some expression, like (true? true), or to comment them out entirely like for `nil`. It is likely related to this reported issue: LightTable/Clojure#72 The LightTable error is: Invalid behavior: :lt.objs.eval/inline-results TypeError: Cannot read property 'addEventListener' of undefined at Function.CodeMirror.on ... <truncated>
- Loading branch information