UNPKG

node-mirror

Version:

node.js + CodeMirror = Great IDE and Admin Tool

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" }); });