28 lines
817 B
JavaScript
28 lines
817 B
JavaScript
//////////////////////////////////////////////////////////////////////////
|
|
// //
|
|
// This is a generated file. You can view the original //
|
|
// source in your browser if your browser supports source maps. //
|
|
// Source maps are supported by all recent versions of Chrome, Safari, //
|
|
// and Firefox, and by Internet Explorer 11. //
|
|
// //
|
|
//////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
(function () {
|
|
|
|
/* Imports */
|
|
var DDP = Package['ddp-client'].DDP;
|
|
|
|
/* Package-scope variables */
|
|
var LivedataTest;
|
|
|
|
|
|
|
|
/* Exports */
|
|
Package._define("livedata", {
|
|
DDP: DDP,
|
|
LivedataTest: LivedataTest
|
|
});
|
|
|
|
})();
|