pull/1/head
yann300 6 years ago
parent be654e323d
commit c6d6525a52
  1. 2
      src/app/tabs/support-tab.js

@ -15,7 +15,7 @@ module.exports = class SupportTab {
self.data = { gitterIsLoaded: false } self.data = { gitterIsLoaded: false }
self._components = {} self._components = {}
self._components.registry = localRegistry || globalRegistry self._components.registry = localRegistry || globalRegistry
self._deps = { self._deps = {
app: self._components.registry.get('app').api app: self._components.registry.get('app').api
} }

Loading…
Cancel
Save