Skip to content

Commit

Permalink
Merge pull request #52 from vegarringdal/master
Browse files Browse the repository at this point in the history
chore(all):prepare release 0.2.4
  • Loading branch information
vegarringdal authored Sep 1, 2016
2 parents e0c5348 + 7404ba4 commit 2423861
Show file tree
Hide file tree
Showing 38 changed files with 81 additions and 67 deletions.
2 changes: 2 additions & 0 deletions dist/amd/vGrid/v-grid-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,8 @@ define(["exports", "aurelia-framework"], function (exports, _aureliaFramework) {

_this2.vGridScrollEvents.onScrollbarScrolling();
}

_this2.updateGridScrollbars();
});
};

Expand Down
2 changes: 2 additions & 0 deletions dist/aurelia-v-grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -4114,6 +4114,8 @@ export class VGridGenerator {
this.vGridScrollEvents.onScrollbarScrolling();
}

this.updateGridScrollbars();

});


Expand Down
2 changes: 2 additions & 0 deletions dist/commonjs/vGrid/v-grid-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,8 @@ var VGridGenerator = exports.VGridGenerator = function () {

_this2.vGridScrollEvents.onScrollbarScrolling();
}

_this2.updateGridScrollbars();
});
};

Expand Down
2 changes: 1 addition & 1 deletion dist/dev/dist/dev/config-builder.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/dev/dist/dev/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/dev/dist/dev/vGrid/plugin.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dev/dist/dev/vGrid/v-grid-attributes-filter.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dev/dist/dev/vGrid/v-grid-attributes-image.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/dev/dist/dev/vGrid/v-grid-attributes-key-move.js.map

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2423861

Please sign in to comment.