cm-space

Results 1 comments of cm-space

function mySetInterVal(fn, a, b) { this.a = a this.b = b this.time = 0 this.fn = fn this.suspends=true this.timer = null } mySetInterVal.prototype.strap = function () { this.timer = function...