declare timeoutID

This commit is contained in:
Basil Hosmer 2015-03-20 18:33:06 -07:00
parent b881028494
commit 10b6c57731
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ var LOADING = {};
var SearchScreen = React.createClass({
mixins: [TimerMixin],
timeoutID: (null: any),
getInitialState: function() {
return {
isLoading: false,