lcars-library-node
Version:
NodeJS module for creating a library for the LCARS dashboard system
30 lines (21 loc) • 686 B
JavaScript
var Element = require("../elements/element");
var Edge = require("../elements/edge");
/**
* Pushes an event around between elements and checks their status.
* @class Circulation
* @constructor
* @param {Event} event
* @param {Array} collections
*/
module.exports = function(event, pages) {
};
/**
*
* Note: When calculating distress, contribution by links is not required and should default to
* 100 / {The Number of Support Links}, ie. That link's percent of the support.
* @param {Element} element
* @param {Array} collections
* @param {Function} callback
*/
var calculateDistress = function(element, collections, callback) {
};