Commit 5e230982 authored by lianahus's avatar lianahus Committed by Liana Husikyan

fixed typeo

parent f8159a49
...@@ -103,12 +103,12 @@ class PluginManagerComponent extends ViewPlugin { ...@@ -103,12 +103,12 @@ class PluginManagerComponent extends ViewPlugin {
} }
activate (name) { activate (name) {
this.appManager.activatePlugin(profile.name) this.appManager.activatePlugin(name)
_paq.push(['trackEvent', 'manager', 'activate', name]) _paq.push(['trackEvent', 'manager', 'activate', name])
} }
deactivate (name) { deactivate (name) {
this.appManager.deactivatePlugin(profile.name) this.appManager.deactivatePlugin(name)
_paq.push(['trackEvent', 'manager', 'deactivate', name]) _paq.push(['trackEvent', 'manager', 'deactivate', name])
} }
......
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