2
votes

I've just started using Sencha Cmd, but the first time I ran sencha app build I get errors like this:

YUI Parse Error (invalid property id => (Ext.cmd.derive('atlas.wizard.base.store.WizardStore'

Parse Error (missing name after . operator => var aggExport = wizardData.export;) -- unknown-file:74618:38

Is YUI strict or something regarding what you can do in your code?

1

1 Answers

2
votes

Its because we are using JavaScript keyword "export". So sencha cmd will help us stop doing this.