From: Noxx Date: Tue, 14 May 2013 20:42:33 +0000 (+0200) Subject: Fixed typo introduced in commit c11bb23 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7c77671ce88c8f55490fba3e6e52306d0fdde085;p=KiwiIRC.git Fixed typo introduced in commit c11bb23 --- diff --git a/client/assets/dev/view.js b/client/assets/dev/view.js index 8fb70b2..0e96ac8 100644 --- a/client/assets/dev/view.js +++ b/client/assets/dev/view.js @@ -1016,7 +1016,7 @@ _kiwi.view.ControlBox = Backbone.View.extend({ this.buffer_pos--; inp.val(this.buffer[this.buffer_pos]); } - //suppress browsers default behavior as it would set the coursor at the beginning) + //suppress browsers default behavior as it would set the cursor at the beginning return false; case (ev.keyCode === 40): // down