Commit 85db8aef authored by David Stutz's avatar David Stutz

Started working on tests.

parent 1e8f28f8
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
} }
else else
if (options.length > 3) { if (options.length > 3) {
return options.length + ' ' + this.nSelectedText + ' <b class="caret"></b>'; return options.length + ' ' + this.nonSelectedText + ' <b class="caret"></b>';
} }
else { else {
var selected = ''; var selected = '';
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment