]> git.wh0rd.org - tt-rss.git/blame - lib/dojo/errors/CancelError.js.uncompressed.js
modify dojo rebuild script to remove uncompressed files
[tt-rss.git] / lib / dojo / errors / CancelError.js.uncompressed.js
CommitLineData
f0cfe83e
AD
1define("dojo/errors/CancelError", ["./create"], function(create){
2 // module:
3 // dojo/errors/CancelError
4
5 /*=====
6 return function(){
7 // summary:
8 // Default error if a promise is canceled without a reason.
9 };
10 =====*/
11
12 return create("CancelError", null, null, { dojoType: "cancel" });
13});