Skip to content

Commit

Permalink
#6131 examples.stateProvider.twoWay: model => stateProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiu committed Nov 29, 2024
1 parent af315a0 commit aa44ee7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/stateProvider/twoWay/MainContainer.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import ComponentModel from '../../../src/model/Component.mjs';
import Label from '../../../src/component/Label.mjs';
import TextField from '../../../src/form/field/Text.mjs';
import Viewport from '../../../src/container/Viewport.mjs';
import Label from '../../../src/component/Label.mjs';
import StateProvider from '../../../src/state/Provider.mjs';
import TextField from '../../../src/form/field/Text.mjs';
import Viewport from '../../../src/container/Viewport.mjs';

/**
* @class Neo.examples.stateProvider.twoWay.MainContainer
Expand All @@ -15,9 +15,9 @@ class MainContainer extends Viewport {
*/
className: 'Neo.examples.stateProvider.twoWay.MainContainer',
/**
* @member {Object|Neo.model.Component} model
* @member {Object|Neo.state.Provider} stateProvider
*/
model: {
stateProvider: {
data: {
user: {
details: {
Expand Down

0 comments on commit aa44ee7

Please sign in to comment.