coffee-toaster
Version:
Minimalist build system for CoffeeScript.
19 lines (12 loc) • 325 B
JavaScript
(function() {
__t('genres').TripHop = (function() {
TripHop.name = 'TripHop';
function TripHop() {
console.log("\tGenre: TripHop created!");
new artists.triphop.MassiveAttack;
new artists.triphop.Portishead;
new artists.triphop.Lovage;
}
return TripHop;
})();
}).call(this);