diff app.js @ 724:876456ce0a01

Added new depencies: filesaver[1] and upload[2]. [1] https://github.com/eligrey/FileSaver.js/ [2] https://github.com/ivan-novakov/extjs-upload-widget
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 16 Apr 2015 15:53:53 +0200
parents 5e91a740aff8
children 3ffecbce17d6
line wrap: on
line diff
--- a/app.js	Thu Apr 16 13:39:08 2015 +0200
+++ b/app.js	Thu Apr 16 15:53:53 2015 +0200
@@ -9,7 +9,8 @@
 Ext.Loader.setConfig({
     enabled: true,
     paths: {
-        'Ext.i18n': 'resources/lib/i18n/'
+        'Ext.i18n': 'resources/lib/i18n/',
+        'Ext.ux.upload': 'resources/lib/upload'
     }
 });
 

http://lada.wald.intevation.org