confirm, which inherits from the MKWS config, which inherits from the
default config. W00t!
var that = {
team: team,
type: type,
- node: node
+ node: node,
+ config: Object.create(team.config())
};
function log(s) {
}
// no facets: this should never happen
- var facets = mkws.config.facets;
+ var facets = that.config.facets;
if (!facets || facets.length == 0) {
alert("onTerm called even though we have no facets: " + $.toJSON(data));
$(that.node).hide();