# HG changeset patch # User Raimund Renkert # Date 1390313236 -3600 # Node ID 32ccce3b62a9b53ed1d9ba6ef4a9db4b9bdca891 # Parent 584003637a6b5a7edd3121301ccf3ada20758d71 Added dependency to column layout. diff -r 584003637a6b -r 32ccce3b62a9 app.js --- a/app.js Mon Jan 20 15:16:14 2014 +0100 +++ b/app.js Tue Jan 21 15:07:16 2014 +0100 @@ -24,7 +24,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', 'Lada.lib.Helpers'], + requires: ['Ext.i18n.Bundle', 'Lada.lib.Helpers', 'Ext.layout.container.Column'], bundle: { bundle: 'Lada', lang: 'de-DE',