浏览代码

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

正在加载...
取消
保存