From f7e20d0ae0273dbb9bc2c86a4715e53707279aee Mon Sep 17 00:00:00 2001 From: neauoire Date: Sat, 9 Nov 2019 11:11:11 -0500 Subject: * --- editor/scripts/lib/theme.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editor/scripts/lib') 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) -- cgit v1.2.3