Browse Source

todo

pull/2/head
gorhill 10 years ago
parent
commit
c0450c578d
  1. 3
      src/js/matrix.js

3
src/js/matrix.js

@ -486,6 +486,9 @@ Matrix.prototype.evaluateSwitchZ = function(srcHostname) {
/******************************************************************************/ /******************************************************************************/
// TODO: In all likelyhood, will have to optmize here, i.e. keeping an
// up-to-date collection of src hostnames with reference count etc.
Matrix.prototype.extractAllSourceHostnames = function() { Matrix.prototype.extractAllSourceHostnames = function() {
var srcHostnames = {}; var srcHostnames = {};
var rules = this.rules; var rules = this.rules;

Loading…
Cancel
Save