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