removed forgotten comma

This commit is contained in:
Arthur Mayer 2011-02-20 02:02:45 +01:00
parent d7fe6072a5
commit 02fb226350
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ DynMap.prototype = {
.attr({
id: 'chatinput',
type: 'text',
value: '',
value: ''
})
.keydown(function(event) {
if (event.keyCode == '13') {