summaryrefslogtreecommitdiff
path: root/js/tool.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/tool.js')
-rw-r--r--js/tool.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/tool.js b/js/tool.js
index 79df7f5..3e09c1d 100644
--- a/js/tool.js
+++ b/js/tool.js
@@ -73,10 +73,10 @@ var HiddenCheckbox = BlurredCheckbox.extend({
this.lex = new Lex (span)
this.name = span.innerHTML
this.span = span
- var state = this.name[0] == "o"
+ var state = this.name[0] == "o"
this.update(state)
},
update: function(state){
- this.el.innerHTML = state ? "o" : "."
+ this.el.innerHTML = state ? "o" : "."
}
})