perfectScrollbar.js 194 B

123456
  1. Mixins.PerfectScrollbar = BlazeComponent.extendComponent({
  2. onRendered: function() {
  3. var component = this.mixinParent();
  4. Ps.initialize(component.find('.js-perfect-scrollbar'));
  5. }
  6. });