Просмотр исходного кода

fix(build) split jaas actions

j8
Tudor-Ovidiu Avram 4 лет назад
Родитель
Сommit
c356c2360c
2 измененных файлов: 10 добавлений и 0 удалений
  1. 10
    0
      react/features/jaas/actions.native.js
  2. 0
    0
      react/features/jaas/actions.web.js

+ 10
- 0
react/features/jaas/actions.native.js Просмотреть файл

@@ -0,0 +1,10 @@
1
+/**
2
+ * Shows a dialog prompting users to upgrade, if requested feature is disabled.
3
+ *
4
+ * @returns {Function}
5
+ */
6
+export function maybeShowPremiumFeatureDialog() {
7
+    return function() {
8
+        return false;
9
+    };
10
+}

react/features/jaas/actions.js → react/features/jaas/actions.web.js Просмотреть файл


Загрузка…
Отмена
Сохранить