aboutsummaryrefslogtreecommitdiff
path: root/editor/scripts/lib/theme.js
diff options
context:
space:
mode:
Diffstat (limited to 'editor/scripts/lib/theme.js')
-rw-r--r--editor/scripts/lib/theme.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/scripts/lib/theme.js b/editor/scripts/lib/theme.js
index 6a01c24..abb491b 100644
--- a/editor/scripts/lib/theme.js
+++ b/editor/scripts/lib/theme.js
@@ -21,6 +21,9 @@ function Theme (client) {
b_inv: '#ffb545'
}
+ // Callbacks
+ this.onLoad = () => {}
+
this.install = (host = document.body) => {
window.addEventListener('dragover', this.drag)
window.addEventListener('drop', this.drop)