Selaa lähdekoodia

Comply w/ coding style: consistency

master
Lyubo Marinov 8 vuotta sitten
vanhempi
commit
4e276471e5
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      react/features/app/components/App.native.js

+ 2
- 2
react/features/app/components/App.native.js Näytä tiedosto

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

Loading…
Peruuta
Tallenna