projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c11bb23
)
Fixed typo introduced in commit c11bb23
author
Noxx
<noxx@penya.de>
Tue, 14 May 2013 20:42:33 +0000
(22:42 +0200)
committer
Noxx
<noxx@penya.de>
Tue, 14 May 2013 20:42:33 +0000
(22:42 +0200)
client/assets/dev/view.js
patch
|
blob
|
blame
|
history
diff --git
a/client/assets/dev/view.js
b/client/assets/dev/view.js
index 8fb70b241bf46184818e40d0abb23483e532a466..0e96ac823fb7da7890ad4d4717e6ead8ded34b17 100644
(file)
--- 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--;
\r
inp.val(this.buffer[this.buffer_pos]);
\r
}
\r
- //suppress browsers default behavior as it would set the c
oursor at the beginning)
\r
+ //suppress browsers default behavior as it would set the c
ursor at the beginning
\r
return false;
\r
\r
case (ev.keyCode === 40): // down
\r