working on docs..

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-08-23 19:01:39 +03:00
parent 05c411e7ba
commit 9c74ae7a32

View File

@ -69,7 +69,7 @@ var Base = Actions({
console.log(this.value)
}],
times: ['get value',
times: ['value times n',
function(n){
this.value *= n
@ -79,6 +79,7 @@ var Base = Actions({
var Extending = Actions(Base, {
// Extend the .times(..) action...
times: [function(n){
console.log(this.value, 'times', n, 'is:')