[Lada-commits] [PATCH 27 of 56] Required Lada.lib.Helpers

Wald Commits scm-commit at wald.intevation.org
Tue Aug 13 09:53:53 CEST 2013


# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1376058162 -7200
# Node ID d80bb62b7fd487404dd77e103868d2e5409411b0
# Parent  aeeb0f53441101d03d3bd931645bf04a6e4e6b40
Required Lada.lib.Helpers

diff -r aeeb0f534411 -r d80bb62b7fd4 app.js
--- a/app.js	Fri Aug 09 15:37:48 2013 +0200
+++ b/app.js	Fri Aug 09 16:22:42 2013 +0200
@@ -6,7 +6,7 @@
 
     // Setting up translations. This is done using a ext-plgin which can be
     // found on https://github.com/elmasse/Ext.i18n.Bundle
-    requires: ['Ext.i18n.Bundle'],
+    requires: ['Ext.i18n.Bundle', 'Lada.lib.Helpers'],
     bundle: {
         bundle: 'Lada',
         lang: 'de-DE',


More information about the Lada-commits mailing list