Open onechiporenko opened 10 years ago
Hello. Firstly, thanks for your work! I found out that property panes in BsWizardComponent is defined two times. L53:
panes
panes: (-> @._childViews[1] ).property('content')
L62:
panes: Bootstrap.BsWizardStepsPanes.extend( contentBinding: 'parentView.content' )
Should it be twice? Or first declaration may be removed?
Hello. Firstly, thanks for your work! I found out that property
panes
in BsWizardComponent is defined two times. L53:L62:
Should it be twice? Or first declaration may be removed?