浏览代码

Comply w/ coding style: consistency

master
Lyubo Marinov 8 年前
父节点
当前提交
4e276471e5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      react/features/app/components/App.native.js

+ 2
- 2
react/features/app/components/App.native.js 查看文件

@@ -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);

正在加载...
取消
保存