overleaf/services/document-updater/app/coffee/sharejs/web-prelude.coffee

12 lines
156 B
CoffeeScript
Raw Normal View History

2014-02-12 05:40:42 -05:00
# This is included at the top of each compiled type file for the web.
`/**
@const
@type {boolean}
*/
var WEB = true;
`
exports = window['sharejs']