diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-10-17 20:50:09 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-10-17 20:50:09 +0200 |
commit | a1ae5c22957b45faa972d42474074fcc583d921f (patch) | |
tree | bcc7387f3718506f094c9f1fc421294ff66c28fb /packages/gitbook-plugin-theme-default/src | |
parent | 373a486a1456fdb8d0bbb96463e633fa34ef4a9c (diff) | |
download | gitbook-a1ae5c22957b45faa972d42474074fcc583d921f.zip gitbook-a1ae5c22957b45faa972d42474074fcc583d921f.tar.gz gitbook-a1ae5c22957b45faa972d42474074fcc583d921f.tar.bz2 |
Normalize action types in plugins
Diffstat (limited to 'packages/gitbook-plugin-theme-default/src')
-rw-r--r-- | packages/gitbook-plugin-theme-default/src/actions/types.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-plugin-theme-default/src/actions/types.js b/packages/gitbook-plugin-theme-default/src/actions/types.js index 7cffba1..9f8a80f 100644 --- a/packages/gitbook-plugin-theme-default/src/actions/types.js +++ b/packages/gitbook-plugin-theme-default/src/actions/types.js @@ -1,4 +1,4 @@ module.exports = { - TOGGLE_SIDEBAR: 'sidebar:toggle' + TOGGLE_SIDEBAR: 'theme-default/sidebar/toggle' }; |