This package provides the minimal version of a reactive property class with classic getters and setters. It does not use the EMCAScript 5 Object features since they don't work in all browsers yet.
Install the module with: mrt add ca-reactive-property
http://CodeAdventure.github.io/meteor-reactive-property
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.
Simply open the html tests/index.html
in your browser to run all tests.
You have to install all node dependencies with npm install
Then run grunt test
for a single test run or grunt
to run the tests
continuously for all file changes.
0.1.0 - initial release 0.1.1 - fixes issues with atmosphere releasing
Copyright (c) 2013 Code Adventure Licensed under the MIT license.