Daniel Zlotin 7 年之前
父節點
當前提交
14e319568f
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      playground/src/containers/PushedScreen.js

+ 1
- 1
playground/src/containers/PushedScreen.js 查看文件

@@ -19,7 +19,7 @@ class PushedScreen extends Component {
19 19
     this.onClickPush = this.onClickPush.bind(this);
20 20
     this.onClickPop = this.onClickPop.bind(this);
21 21
     this.onClickPopPrevious = this.onClickPopPrevious.bind(this);
22
-    thisw.onClickPopToFirstPosition = this.onClickPopToFirstPosition.bind(this);
22
+    this.onClickPopToFirstPosition = this.onClickPopToFirstPosition.bind(this);
23 23
     this.onClickPopToRoot = this.onClickPopToRoot.bind(this);
24 24
   }
25 25
   render() {