declare timeoutID
This commit is contained in:
parent
b881028494
commit
10b6c57731
|
@ -39,6 +39,8 @@ var LOADING = {};
|
||||||
var SearchScreen = React.createClass({
|
var SearchScreen = React.createClass({
|
||||||
mixins: [TimerMixin],
|
mixins: [TimerMixin],
|
||||||
|
|
||||||
|
timeoutID: (null: any),
|
||||||
|
|
||||||
getInitialState: function() {
|
getInitialState: function() {
|
||||||
return {
|
return {
|
||||||
isLoading: false,
|
isLoading: false,
|
||||||
|
|
Loading…
Reference in New Issue