1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-25 10:42:17 -05:00

Lower paused typing threshold

This commit is contained in:
Lance Stout 2013-12-18 14:09:02 -08:00
parent 89d7a39b2f
commit a44440411c
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ module.exports = BasePage.extend(chatHelpers).extend({
chatState: 'paused' chatState: 'paused'
}); });
} }
}, 5000), }, 3000),
sendChat: function () { sendChat: function () {
var message; var message;
var val = this.$chatInput.val(); var val = this.$chatInput.val();

View File

@ -168,7 +168,7 @@ module.exports = BasePage.extend(chatHelpers).extend({
chatState: 'paused' chatState: 'paused'
}); });
} }
}, 5000), }, 3000),
sendChat: function () { sendChat: function () {
var message; var message;
var val = this.$chatInput.val(); var val = this.$chatInput.val();