UNPKG

decojs

Version:

Scalable frontend architecture

10 lines (8 loc) 197 B
define([], function(){ function Validator(){ this.isValid = sinon.spy(); this.message = sinon.spy(function(){return ""}); Validator.latest = this; }; return Validator; });