Open nt1m opened 9 years ago
I think that material() should return the modules that were initialized. For example, you could do:
var md = new Material({modules: ["Responsive", "SideMenu"]});
md.Theme.toggle(element);
@PalmerAL Yeah, that could work, but what about material itself ?
var md = new Material();
What would md
alone return ?
Dunno tbh nothing pops into my mind right now
@kCenk , @PalmerAL Suggestions ?