5d4298697c 
								
							
								 
							
						 
						
							
							
								
								Use view.$ shorthand for scoped jquery searches  
							
							... 
							
							
							
							Wish I'd noticed that one earlier. http://backbonejs.org/#View-dollar  
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								2ee34343a8 
								
							
								 
							
						 
						
							
							
								
								Use consistent boiler plate throughout js files  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								44a31f3ed9 
								
							
								 
							
						 
						
							
							
								
								Remove unneeded function  
							
							
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								1bb480f6ea 
								
							
								 
							
						 
						
							
							
								
								DRY up a common view pattern  
							
							... 
							
							
							
							Define a Whisper.View base class that automatically parses and renders
templates and attributes defined by the subclass. This saves us a good
number of lines of code as well as some marginal memory overhead, since
we are no longer saving per-instance copies of template strings. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								5d044bd00e 
								
							
								 
							
						 
						
							
							
								
								Fire an event on phone number validation  
							
							... 
							
							
							
							Fix a bug introduced by recent phone number input work that prevented
the call and sms buttons from being clickable. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								e74cba8a92 
								
							
								 
							
						 
						
							
							
								
								Restyled country dropdown  
							
							... 
							
							
							
							Added jquery plugin that allows for flags and country codes to be
displayed in a user-friendly way, on top of the existing phone view 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								5d3020b9ed 
								
							
								 
							
						 
						
							
							
								
								Refactor phone number input view  
							
							... 
							
							
							
							Moves validation logic to its own view to be shared on index and options
pages. 
							
						 
						
							11 years ago