mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 17:45:56 +00:00
upgrade dojo to 1.8.3 (refs #570)
This commit is contained in:
13
lib/dojo/errors/CancelError.js.uncompressed.js
Normal file
13
lib/dojo/errors/CancelError.js.uncompressed.js
Normal file
@@ -0,0 +1,13 @@
|
||||
define("dojo/errors/CancelError", ["./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