# HG changeset patch # User Raimund Renkert # Date 1429192433 -7200 # Node ID 876456ce0a01ad40beb34212c7ddf453473e5433 # Parent 52c50a5f457b6e5591ef28fb54475eb9efbb4fd2 Added new depencies: filesaver[1] and upload[2]. [1] https://github.com/eligrey/FileSaver.js/ [2] https://github.com/ivan-novakov/extjs-upload-widget diff -r 52c50a5f457b -r 876456ce0a01 app.js --- 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' } }); diff -r 52c50a5f457b -r 876456ce0a01 index.html --- a/index.html Thu Apr 16 13:39:08 2015 +0200 +++ b/index.html Thu Apr 16 15:53:53 2015 +0200 @@ -16,6 +16,8 @@ + +