bound-properties
0.1.1 • Public • Published Bound Properties
binds an objects methods to its own context

Usage
var
foo = {
bar: function( ) {
return this.baz
},
baz: 'qux'
},
baz = foo.bar
console.log( baz() )
baz = bound( foo )
console.log( baz() )
Keywords
noneInstall
Weekly Downloads