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