mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
26 lines
842 B
JavaScript
26 lines
842 B
JavaScript
(function () {
|
|
|
|
/* Imports */
|
|
var Meteor = Package.meteor.Meteor;
|
|
|
|
(function(){
|
|
|
|
///////////////////////////////////////////////////////////////////////
|
|
// //
|
|
// packages/mystor_device-detection/packages/mystor_device-detection //
|
|
// //
|
|
///////////////////////////////////////////////////////////////////////
|
|
//
|
|
// 1
|
|
///////////////////////////////////////////////////////////////////////
|
|
|
|
}).call(this);
|
|
|
|
|
|
/* Exports */
|
|
if (typeof Package === 'undefined') Package = {};
|
|
Package['mystor:device-detection'] = {};
|
|
|
|
})();
|
|
|
|
//# sourceMappingURL=mystor_device-detection.js.map
|