1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 23:25:57 +00:00

update dojo to 1.14.2

This commit is contained in:
Andrew Dolgov
2018-12-04 16:23:37 +03:00
parent ed1bd992d7
commit f097f33836
341 changed files with 426 additions and 365 deletions

8
lib/dojo/global.js Normal file
View File

@@ -0,0 +1,8 @@
/*
Copyright (c) 2004-2016, The JS Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details
*/
//>>built
define("dojo/global",function(){if(typeof global!=="undefined"&&typeof global!=="function"){return global;}else{if(typeof window!=="undefined"){return window;}else{if(typeof self!=="undefined"){return self;}}}return this;});