Guest User

Untitled

a guest
Oct 17th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     function _onStarSearch(keyword) {
  2.         that.setState({        
  3.             term: keyword      
  4.         });                    
  5.     }
  6.     that.onHashChange=function(data) {
  7.         console.log(data);    
  8.     }
  9.     that.init=function() {    
  10.         that.modules.StarSearch.bind('search', _onStarSearch);
  11.         that.setState({        
  12.             type: 'mystars'    
  13.         });
Add Comment
Please, Sign In to add comment