1.0.9 • Published 9 years ago

modulex-attribute v1.0.9

Weekly downloads
3
License
MIT
Repository
-
Last release
9 years ago

attribute

attribute management

attribute NPM downloads Build Status Coverage Status Dependency Status node version

example

var Attribute = require('modulex-attribute');
var X = Attribute.extend({
},{
    ATTRS:{
        x: {
            getter:function(){
                return 1;
            }
        }
    }
});
var y = new X();
y.get('x') // => 1
1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago