forked from External/greenlight
		
	fix bad concat usage
This commit is contained in:
		@@ -27,7 +27,7 @@ class @Meeting
 | 
			
		||||
  @buildFullDomainURL: ->
 | 
			
		||||
    url = location.protocol + '//' + location.hostname
 | 
			
		||||
    if location.port
 | 
			
		||||
      url.concat ':' + location.port
 | 
			
		||||
      url += ':' + location.port
 | 
			
		||||
    return url
 | 
			
		||||
 | 
			
		||||
  # Sends the end meeting request
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user