From 7c77671ce88c8f55490fba3e6e52306d0fdde085 Mon Sep 17 00:00:00 2001 From: Noxx Date: Tue, 14 May 2013 22:42:33 +0200 Subject: [PATCH] Fixed typo introduced in commit c11bb23 --- client/assets/dev/view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1