Преглед изворни кода

fix(build) split jaas actions

master
Tudor-Ovidiu Avram пре 4 година
родитељ
комит
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 Прегледај датотеку


Loading…
Откажи
Сачувај