ronin/scripts/ronin.history.js
Devine Lu Linvega 5cc654cd6d Added hints.
2016-11-14 15:54:11 -08:00

16 lines
172 B
JavaScript

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