diff options
Diffstat (limited to 'js/app.js')
| -rw-r--r-- | js/app.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,7 @@ var current_tool, current_filetool, current_canvas function init () { build() bind() + clipboard.load_from_location() } function build () { shader.init() @@ -42,6 +43,7 @@ function bind () { brush.bind() controls.bind() keys.bind() + clipboard.bind() window.addEventListener('mouseup', function(e){ dragging = erasing = false |
