mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
14 lines
203 B
JavaScript
14 lines
203 B
JavaScript
(function () {
|
|
|
|
/* Imports */
|
|
var Meteor = Package.meteor.Meteor;
|
|
|
|
|
|
|
|
/* Exports */
|
|
if (typeof Package === 'undefined') Package = {};
|
|
Package.fastclick = {};
|
|
|
|
})();
|
|
|
|
//# sourceMappingURL=fastclick.js.map
|