aboutsummaryrefslogtreecommitdiff
path: root/editor/scripts/lib/theme.js
diff options
context:
space:
mode:
authorneauoire <aliceffekt@gmail.com>2019-11-09 11:11:11 -0500
committerneauoire <aliceffekt@gmail.com>2019-11-09 11:11:11 -0500
commitf7e20d0ae0273dbb9bc2c86a4715e53707279aee (patch)
tree61607919456bc6ad6b0b5d4f0765113a2a330b8d /editor/scripts/lib/theme.js
parenta0015b535b78ae49e39af1c76bf53b70c14d20b4 (diff)
*
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)