mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
11 lines
156 B
CoffeeScript
11 lines
156 B
CoffeeScript
# This is included at the top of each compiled type file for the web.
|
|
|
|
`/**
|
|
@const
|
|
@type {boolean}
|
|
*/
|
|
var WEB = true;
|
|
`
|
|
|
|
exports = window['sharejs']
|
|
|