diff options
Diffstat (limited to 'js/lex.js')
| -rw-r--r-- | js/lex.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -91,6 +91,7 @@ Lex.prototype.focus = function(){ Lex.prototype.blur = function(){ this.span.classList.remove('focused') focused = null + this.onBlur && this.onBlur() } Lex.prototype.demolish = function(){ if (this.span.parentNode) { this.span.parentNode.removeChild(this.span) } |
