diff options
| author | timb <opuscule@gmail.com> | 2015-08-15 12:41:41 -0700 |
|---|---|---|
| committer | timb <opuscule@gmail.com> | 2015-08-15 12:41:41 -0700 |
| commit | 930143b966b32649225c2431eba6bbc635630113 (patch) | |
| tree | 6119d49a35078fd20739ba36a1eab1fd67fcf202 /js/app.js | |
| parent | 60c50f6fb8257de776ffc211d160456824065dfa (diff) | |
try to load colorcode if url passed in window.location
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 |
