osem-fcy/vendor/assets/javascripts/holderjs/src/meteor/shim.js
Henne Vogelsang b6560dbb34 Get off off rails-assets
Just moving the things we currently use (and should drop in the ASAP) to vendor/assets
2024-03-05 16:01:07 +01:00

5 lines
171 B
JavaScript

(function(ctx, isMeteorPackage) {
if (isMeteorPackage) {
Holder = ctx.Holder;
}
})(this, typeof Meteor !== 'undefined' && typeof Package !== 'undefined');