aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-01-13 02:02:31 +0200
committerHenry Jameson <me@hjkos.com>2020-01-13 02:02:31 +0200
commit9943e1cc4306675f4ce5cad7e3be8e3353356f60 (patch)
tree915b625813dfceddfd96812089135a8d939f5a1e /src
parent8d2f2866f6d32b4ada155d76e07910b92c218146 (diff)
removed references to v3compat
Diffstat (limited to 'src')
-rw-r--r--src/components/style_switcher/style_switcher.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/style_switcher/style_switcher.js b/src/components/style_switcher/style_switcher.js
index b84d2489..34826f9f 100644
--- a/src/components/style_switcher/style_switcher.js
+++ b/src/components/style_switcher/style_switcher.js
@@ -481,7 +481,6 @@ export default {
currentColors () {
try {
this.previewColors = generateColors({
- v3compat: this.currentCompat,
opacity: this.currentOpacity,
colors: this.currentColors
})
@@ -494,7 +493,6 @@ export default {
currentOpacity () {
try {
this.previewColors = generateColors({
- v3compat: this.currentCompat,
opacity: this.currentOpacity,
colors: this.currentColors
})