12 lines
156 B
CoffeeScript
12 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']
|
|
|