1.0.5 • Published 10 years ago

gaffa-for-each v1.0.5

Weekly downloads
14
License
MIT
Repository
github
Last release
10 years ago

gaffa-for-each

forEach action for gaffa

example (inspect the source)

Install:

npm i gaffa-for-each

Add to gaffa:

var ForEach = require('gaffa-for-each');

gaffa.registerConstructor(ForEach);

API

Properties (instanceof Gaffa.Property)

target (get)

The target object who's keys to itterate over.

Actions

forEach

The actions to call for each item present in the target.

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

1.0.0

10 years ago