diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-12-09 20:13:26 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-12-09 20:13:26 -0500 |
| commit | d63f63cf41e5fdb0ba609d6aec4d25585d5ac068 (patch) | |
| tree | a53afa416b820ac2bea4a4a1a444de83aab3bff1 /js/tool.js | |
| parent | 6f151fef14c41ed1c4d65c2013224e0af37b7964 (diff) | |
tool.el
Diffstat (limited to 'js/tool.js')
| -rw-r--r-- | js/tool.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ function Tool (span) { + this.el = span this.lex = new Lex (span) this.name = span.innerHTML this.span = span |
