UNPKG

decojs

Version:

Scalable frontend architecture

15 lines (9 loc) 223 B
define([ ], function( ){ function PageLoader(){ } PageLoader.prototype.loadPage = PageLoader.loadPageSpy = sinon.stub(); PageLoader.prototype.abort = PageLoader.abortSpy = sinon.spy(); return PageLoader; });