Show:

File: platform/plugins/Streams/web/js/tools/activity.js

(function (Q, $, window, document, undefined) {

/**
 * @module Streams-tools
 */
	
/**
 * Shows various users' activity in a stream (not yet implemented)
 * @class Streams activity
 * @constructor
 * @param {array} options
 *  An associative array of parameters, containing:
 *   "publisherId" => Required. The id of the user publishing the stream
 *   "streamName" => Required. The name of the stream
 */
Q.Tool.define("Streams/activity", function (options) {
	var tool = this;
	var state = tool.state;


},

{
	
}

);

})(Q, jQuery, window, document);