MCPcopy
hub / github.com/socketio/socket.io / removeChatTyping

Function removeChatTyping

examples/cluster-nginx/server/public/main.js:110–114  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

108
109 // Removes the visual chat typing message
110 function removeChatTyping (data) {
111 getTypingMessages(data).fadeOut(function () {
112 $(this).remove();
113 });
114 }
115
116 // Adds a message element to the messages and scrolls to the bottom
117 // el - The element to add as a message

Callers 1

main.jsFile · 0.70

Calls 3

getTypingMessagesFunction · 0.70
$Function · 0.50
removeMethod · 0.45

Tested by

no test coverage detected