Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "ck-array", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "A simple observable array for JavaScript Frameworks", | ||
@@ -5,0 +5,0 @@ "main": "src/ckArray.js", |
@@ -25,2 +25,3 @@ # CK Array | ||
} | ||
a.observe( observable ); | ||
@@ -31,2 +32,10 @@ The ```argument``` value is of course the argument(s) passed into the function. There is no way to cancel the action | ||
When you call one of the three methods on the Array: | ||
* push | ||
* slice | ||
* splice | ||
Your function in the observable will be called. | ||
## Planned changes | ||
@@ -33,0 +42,0 @@ There are a few things which I'd like to add to this observable array implementation, I would like a way to cancel and |
22633
46