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

12 lines
164 B
JavaScript
Raw Normal View History

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