Fix lazy loading

This commit is contained in:
Tienson Qin
2020-04-12 22:19:53 +08:00
parent f1e97f279e
commit 05a63cedad
8 changed files with 30 additions and 36 deletions

View File

@@ -3,4 +3,4 @@
(defprotocol Format
(toHtml [this content config])
(loaded? [this])
(lazyLoad [this ok-handler error-handler]))
(lazyLoad [this ok-handler]))