diff options
| author | neauoire <aliceffekt@gmail.com> | 2019-11-09 11:11:11 -0500 |
|---|---|---|
| committer | neauoire <aliceffekt@gmail.com> | 2019-11-09 11:11:11 -0500 |
| commit | f7e20d0ae0273dbb9bc2c86a4715e53707279aee (patch) | |
| tree | 61607919456bc6ad6b0b5d4f0765113a2a330b8d /editor/scripts/lib/theme.js | |
| parent | a0015b535b78ae49e39af1c76bf53b70c14d20b4 (diff) | |
*
Diffstat (limited to 'editor/scripts/lib/theme.js')
| -rw-r--r-- | editor/scripts/lib/theme.js | 3 |
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) |
