diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-11-21 13:50:30 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-11-21 13:50:30 -0500 |
| commit | e46886c6382bd2517eca07826e9a2cf6cb353962 (patch) | |
| tree | 73ac7463f82525a568d6baff09473179733f3289 /js/tool.js | |
| parent | fea42b1513e321b6c397c914327a9a4a7d96e331 (diff) | |
right/left bracket to resize brush
Diffstat (limited to 'js/tool.js')
| -rw-r--r-- | js/tool.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ function Tool (span) { this.lex = new Lex (span) + this.name = span.innerHTML this.span = span } Tool.prototype.use = function(){} |
