Skip to content

kewah/mixin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

browser support

mixin

ES5 compatible mixin

Installation

$ component install kewah/mixin

API

var a = {
 foo: 'bar',
 toto: 'tata'
};

var b = {};

mixin(b, a);

assert(b.foo === 'bar');
assert(b.toto === 'tata');

License

MIT

About

ES5 compatible mixin

Resources

Stars

Watchers

Forks

Packages

No packages published