Commit 5c38839e authored by LianaHus's avatar LianaHus

removed invert from exposed methods

parent 1cf75cf8
...@@ -24,7 +24,7 @@ const themes = [ ...@@ -24,7 +24,7 @@ const themes = [
const profile = { const profile = {
name: 'theme', name: 'theme',
events: ['themeChanged'], events: ['themeChanged'],
methods: ['switchTheme', 'getThemes', 'currentTheme', 'fixInvert'], methods: ['switchTheme', 'getThemes', 'currentTheme'],
version: packageJson.version, version: packageJson.version,
kind: 'theme' kind: 'theme'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment