Imported Debian patch 4.8.10-2
This commit is contained in:
13
debian/missing-sources/dojo/errors/CancelError.js
vendored
Normal file
13
debian/missing-sources/dojo/errors/CancelError.js
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
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" });
|
||||
});
|
||||
Reference in New Issue
Block a user