Skip to content

Commit

Permalink
Merge pull request #377 from neomjs/dev
Browse files Browse the repository at this point in the history
v1.0.66
  • Loading branch information
tobiu authored Mar 25, 2020
2 parents 6985b4f + f280908 commit d2e2bea
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/covid/view/country/HistoricalDataTable.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class HistoricalDataTable extends Container {
renderer: Util.formatNumber
},
/**
* @member {Array} columns
* @member {Object[]} columns
*/
columns: [{
align : 'left',
Expand Down
8 changes: 7 additions & 1 deletion apps/covid/view/country/Table.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ class Table extends Container {
align : 'right',
renderer: Util.formatNumber
},

/**
* @member {Object[]} columns
*/
columns: [{
align : 'left',
dataField: 'country',
Expand Down Expand Up @@ -79,6 +81,10 @@ class Table extends Container {
store: CountryStore
}}

/**
*
* @param {Object} config
*/
constructor(config) {
super(config);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neo.mjs",
"version": "1.0.65",
"version": "1.0.66",
"description": "The webworkers driven UI framework",
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion resources/scss/src/table/header/_Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
flex-direction : row;
font-size : 13px;
font-weight : 600;
height : 100%;
justify-content : flex-end;
margin : 0;
padding : 7px 10px 6px;
Expand Down

0 comments on commit d2e2bea

Please sign in to comment.