mdb-ui-kit/meteor/init.js

4 lines
54 B
JavaScript
Raw Normal View History

Meteor.startup(function () {
$.material.init();
});