﻿// comments.js
// supporting functions for using the commentList control

var _isUserLoggedIn = false;

var reloadCommentList = function(eventId, selector) {

};

var postEventComment = function(eventId, commentText, callback) {
  
};
