Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elmasse committed Oct 26, 2014
1 parent fff9ed0 commit 8e8c519
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions demo/demo.js
Original file line number Diff line number Diff line change
@@ -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', {
Expand Down

0 comments on commit 8e8c519

Please sign in to comment.