Skip to content

Instantly share code, notes, and snippets.

@laser
Created September 24, 2014 05:59
Show Gist options
  • Save laser/6d344305abdbc5dc1714 to your computer and use it in GitHub Desktop.
Save laser/6d344305abdbc5dc1714 to your computer and use it in GitHub Desktop.
current messages
var messageWindow = messages.scan([], function(acc, message) {
return acc.length === 20 ? [] : acc.concat(message);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment