diff options
author | Zero~Informatique | 2020-02-28 04:09:40 +0100 |
---|---|---|
committer | Zero~Informatique | 2020-02-28 04:09:40 +0100 |
commit | 8d889762872501eebd5edb5d7cacddfd4cd55ad4 (patch) | |
tree | 984ceda461f5dc5294653f8edac3ef125b516159 /viewer/src/store/galleryStore.ts | |
parent | afa8a533ebb6943405cc5933167634c144e7f8c7 (diff) | |
download | ldgallery-8d889762872501eebd5edb5d7cacddfd4cd55ad4.tar.gz |
viewer: more minor architectural improvement
Diffstat (limited to 'viewer/src/store/galleryStore.ts')
-rw-r--r-- | viewer/src/store/galleryStore.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/store/galleryStore.ts b/viewer/src/store/galleryStore.ts index 9950f5b..bc43ed2 100644 --- a/viewer/src/store/galleryStore.ts +++ b/viewer/src/store/galleryStore.ts | |||
@@ -36,7 +36,7 @@ export default class GalleryStore extends VuexModule { | |||
36 | 36 | ||
37 | // --- | 37 | // --- |
38 | 38 | ||
39 | @mutation setConfig(config: Gallery.Config) { | 39 | @mutation private setConfig(config: Gallery.Config) { |
40 | this.config = config; | 40 | this.config = config; |
41 | } | 41 | } |
42 | 42 | ||