function History(element) { Module.call(this); this.element = element; this.active = function(cmd) { } this.passive = function(cmd) { } }