UNPKG

can

Version:

MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.

14 lines (11 loc) 272 B
define(["./create"], function(create){ // module: // dojo/errors/CancelError /*===== return function(){ // summary: // Default error if a promise is canceled without a reason. }; =====*/ return create("CancelError", null, null, { dojoType: "cancel" }); });