41 lines
1.5 KiB
JavaScript
41 lines
1.5 KiB
JavaScript
|
//////////////////////////////////////////////////////////////////////////
|
||
|
// //
|
||
|
// This is a generated file. You can view the original //
|
||
|
// source in your browser if your browser supports source maps. //
|
||
|
// //
|
||
|
// If you are using Chrome, open the Developer Tools and click the gear //
|
||
|
// icon in its lower right corner. In the General Settings panel, turn //
|
||
|
// on 'Enable source maps'. //
|
||
|
// //
|
||
|
// If you are using Firefox 23, go to `about:config` and set the //
|
||
|
// `devtools.debugger.source-maps-enabled` preference to true. //
|
||
|
// (The preference should be on by default in Firefox 24; versions //
|
||
|
// older than 23 do not support source maps.) //
|
||
|
// //
|
||
|
//////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
|
||
|
(function () {
|
||
|
|
||
|
/* Imports */
|
||
|
var Meteor = Package.meteor.Meteor;
|
||
|
var Blaze = Package.blaze.Blaze;
|
||
|
var UI = Package.blaze.UI;
|
||
|
var Handlebars = Package.blaze.Handlebars;
|
||
|
var HTML = Package.htmljs.HTML;
|
||
|
|
||
|
/* Package-scope variables */
|
||
|
var Blaze, UI, Handlebars;
|
||
|
|
||
|
|
||
|
|
||
|
/* Exports */
|
||
|
if (typeof Package === 'undefined') Package = {};
|
||
|
Package.ui = {
|
||
|
Blaze: Blaze,
|
||
|
UI: UI,
|
||
|
Handlebars: Handlebars
|
||
|
};
|
||
|
|
||
|
})();
|