this.dimAll = function()

in archive/src/app/directives/sentenforest-directive.js [60:65]


      this.dimAll = function(undimTree) {
        angular.forEach(trees, function(tree) {
          if( tree != undimTree )
            tree.dimView();
        });
      }