bigbluebutton-Github/bigbluebutton-html5/app/lib/environment.coffee
2015-03-05 17:55:23 +00:00

7 lines
301 B
CoffeeScript
Executable File

# used in Flash and HTML to show a legitimate break in the line
@BREAK_LINE='<br/>'
# soft return in HTML to signify a broken line without displaying the escaped '<br/>' line break text
@CARRIAGE_RETURN='\r'
# handle this the same as carriage return, in case text copied has this
@NEW_LINE='\n'