Artal Druk пре 8 година
родитељ
комит
6dfbd92d9e
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      example/app.js

+ 1
- 0
example/app.js Прегледај датотеку

12
   constructor(props) {
12
   constructor(props) {
13
     super(props);
13
     super(props);
14
     this.getHTML = this.getHTML.bind(this);
14
     this.getHTML = this.getHTML.bind(this);
15
+    this.setFocusHandlers = this.setFocusHandlers.bind(this);
15
   }
16
   }
16
 
17
 
17
   render() {
18
   render() {