Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davegonzalez committed Feb 15, 2018
1 parent f1f4323 commit 52deff4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.6.11
**2018-02-15**
* Fix typo

### 1.6.10
**2018-02-15**
* Run sidebar onClose method at the beginning of the animation to avoid delays
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.10
1.6.11
2 changes: 1 addition & 1 deletion dist/component-sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ vhxm.components.shared.sidebar.controller = function (opts) {
}, {
duration: 500,
easing: [0.19, 1, 0.22, 1],
being: function being() {
begin: function begin() {
vhxm.components.shared.sidebar.state.onClose();
},
complete: function complete() {
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": "@vhx/quartz",
"version": "1.6.10",
"version": "1.6.11",
"description": "VHX Style Guide and JS Components.",
"homepage": "https://github.com/vhx/quartz",
"author": "VHX",
Expand Down
2 changes: 1 addition & 1 deletion quartz-js/components/sidebar/sidebar.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ vhxm.components.shared.sidebar.controller = function(opts) {
}, {
duration: 500,
easing: [0.19, 1, 0.22, 1],
being: function() {
begin: function() {
vhxm.components.shared.sidebar.state.onClose();
},
complete: function() {
Expand Down

0 comments on commit 52deff4

Please sign in to comment.