mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 17:35:56 +00:00
upgrade dojo to 1.8.3 (refs #570)
This commit is contained in:
15
lib/dojo/errors/RequestError.js.uncompressed.js
Normal file
15
lib/dojo/errors/RequestError.js.uncompressed.js
Normal file
@@ -0,0 +1,15 @@
|
||||
define("dojo/errors/RequestError", ['./create'], function(create){
|
||||
// module:
|
||||
// dojo/errors/RequestError
|
||||
|
||||
/*=====
|
||||
return function(){
|
||||
// summary:
|
||||
// TODOC
|
||||
};
|
||||
=====*/
|
||||
|
||||
return create("RequestError", function(message, response){
|
||||
this.response = response;
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user