Procházet zdrojové kódy

Comply w/ coding style: consistency

master
Lyubo Marinov před 8 roky
rodič
revize
4e276471e5
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      react/features/app/components/App.native.js

+ 2
- 2
react/features/app/components/App.native.js Zobrazit soubor

@@ -47,8 +47,8 @@ export class App extends AbstractApp {
47 47
      * by this app.
48 48
      *
49 49
      * @inheritdoc
50
-     * @see https://facebook.github.io/react-native/docs/linking.html
51 50
      * @returns {void}
51
+     * @see https://facebook.github.io/react-native/docs/linking.html
52 52
      */
53 53
     componentWillMount() {
54 54
         super.componentWillMount();
@@ -61,8 +61,8 @@ export class App extends AbstractApp {
61 61
      * handled by this app.
62 62
      *
63 63
      * @inheritdoc
64
-     * @see https://facebook.github.io/react-native/docs/linking.html
65 64
      * @returns {void}
65
+     * @see https://facebook.github.io/react-native/docs/linking.html
66 66
      */
67 67
     componentWillUnmount() {
68 68
         Linking.removeEventListener('url', this._onLinkingURL);

Načítá se…
Zrušit
Uložit