diff options
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(){} |
