Skip to content
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.

Commit

Permalink
Introduction of the ReactiveList, ReactiveArray tweaks, version dump
Browse files Browse the repository at this point in the history
ReactiveList:
- Initial commit
- Added a extension to the Handlebars each helper
- Added a example in the example folder

ReactiveArray:
- Make it easier to override the class (now using @constructor.wrap and not ReactiveArray.wrap)
- Improved _indexSet, reverse and sort
  • Loading branch information
boekkooi committed May 27, 2013
1 parent f6fa031 commit e99407f
Show file tree
Hide file tree
Showing 28 changed files with 4,272 additions and 232 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ arr.map(function(v) {
// A work around is to use 'arr.length = 10' and then do 'arr[9] = "a"'
```

## ReactiveArray
A reactive list implementation based on ReactiveArray. This implementation has a custom handlebars each helper extension.
Checkout the [api docs](http://boekkooi.github.io/reactive-extra/reactive-list.html).

## Cake
The current `cake` commands require the [wrench](https://github.com/ryanmcgrath/wrench-js) module, on windows the [which](https://github.com/isaacs/node-which) module is also required.

Expand Down
Loading

0 comments on commit e99407f

Please sign in to comment.