UNPKG

burger

Version:

A lightweight turbolinks friendly JavaScript library

12 lines (8 loc) 230 B
module.exports = (base, mixins...) -> class Mixed extends base for mixin in mixins by -1 for own name, method of mixin:: Mixed::[name] = method for own name, method of mixin Mixed[name] = method Mixed