Skip to content

Instantly share code, notes, and snippets.

@aroc
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aroc/5ecc7921fbfd5fc26731 to your computer and use it in GitHub Desktop.
Save aroc/5ecc7921fbfd5fc26731 to your computer and use it in GitHub Desktop.
init-side-comments
// First require it.
var SideComments = require('side-comments');
// Then, create a new SideComments instance, passing in the wrapper element and the optional the current user and any existing comments.
sideComments = new SideComments('#commentable-area', currentUser, existingComments);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment