File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class CountryGallery extends Gallery {
2121 * @member {Object} bind
2222 */
2323 bind : {
24- country : { twoWay : true , value : data => data . country }
24+ country : { key : 'country' , twoWay : true }
2525 } ,
2626 /**
2727 * @member {String|null} country_=null
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class CountryHelix extends Helix {
2121 * @member {Object} bind
2222 */
2323 bind : {
24- country : { twoWay : true , value : data => data . country }
24+ country : { key : 'country' , twoWay : true }
2525 } ,
2626 /**
2727 * @member {String|null} country_=null
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class Table extends Container {
2121 * @member {Object} bind
2222 */
2323 bind : {
24- country : { twoWay : true , value : data => data . country }
24+ country : { key : 'country' , twoWay : true }
2525 } ,
2626 /**
2727 * @member {String|null} country_=null
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class CountryGallery extends Gallery {
2121 * @member {Object} bind
2222 */
2323 bind : {
24- country : { twoWay : true , value : data => data . country }
24+ country : { key : 'country' , twoWay : true }
2525 } ,
2626 /**
2727 * @member {String|null} country_=null
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class CountryHelix extends Helix {
2121 * @member {Object} bind
2222 */
2323 bind : {
24- country : { twoWay : true , value : data => data . country }
24+ country : { key : 'country' , twoWay : true }
2525 } ,
2626 /**
2727 * @member {String|null} country_=null
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class Table extends Container {
2121 * @member {Object} bind
2222 */
2323 bind : {
24- country : { twoWay : true , value : data => data . country }
24+ country : { key : 'country' , twoWay : true }
2525 } ,
2626 /**
2727 * @member {String|null} country_=null
You can’t perform that action at this time.
0 commit comments