mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 01:55:55 +00:00
upgrade dojo to 1.8.3 (refs #570)
This commit is contained in:
16
lib/dijit/main.js.uncompressed.js
Normal file
16
lib/dijit/main.js.uncompressed.js
Normal file
@@ -0,0 +1,16 @@
|
||||
define("dijit/main", [
|
||||
"dojo/_base/kernel"
|
||||
], function(dojo){
|
||||
// module:
|
||||
// dijit/main
|
||||
|
||||
/*=====
|
||||
return {
|
||||
// summary:
|
||||
// The dijit package main module.
|
||||
// Deprecated. Users should access individual modules (ex: dijit/registry) directly.
|
||||
};
|
||||
=====*/
|
||||
|
||||
return dojo.dijit;
|
||||
});
|
||||
Reference in New Issue
Block a user