From 8e8c51988f9dc6dc92656784eac109b48ab1c9aa Mon Sep 17 00:00:00 2001 From: Maximiliano Fierro Date: Sun, 26 Oct 2014 18:04:42 -0300 Subject: [PATCH] indentation fix --- demo/demo.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/demo/demo.js b/demo/demo.js index ec1a3bd..48a7fb6 100644 --- a/demo/demo.js +++ b/demo/demo.js @@ -1,22 +1,22 @@ Ext.application({ requires: ['Ext.i18n.Bundle'], - name: 'AppTest', + name: 'AppTest', appFolder: 'demo', views: ['Main'], //define bundle properties - bundle: { - bundle: 'Application', - lang: 'en-US', - path: 'resources', - noCache: true, + bundle: { + bundle: 'Application', + lang: 'en-US', + path: 'resources', + noCache: true, // try enabling linked values enableLinkedValues: true // try adding this to read from json bundles! // ,format: 'json' - }, + }, launch: function(){ Ext.create('AppTest.view.Main', {