浏览代码

Comply w/ coding style

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

+ 1
- 1
react/features/base/react/components/Container.native.js 查看文件

@@ -18,7 +18,7 @@ export class Container extends AbstractContainer {
18 18
      *
19 19
      * @static
20 20
      */
21
-    static propTypes = AbstractContainer.propTypes;
21
+    static propTypes = AbstractContainer.propTypes
22 22
 
23 23
     /**
24 24
      * Implements React's {@link Component#render()}.

正在加载...
取消
保存