Sha256: 577274a75a2b50b75a3d439b15147dae52de67eacf8fc7a520e1ad85e0bf9103

Contents?: true

Size: 299 Bytes

Versions: 3

Compression:

Stored size: 299 Bytes

Contents

$('#users').bindto('UsersBinder');

// invoke collection method
// This will invoke UserBinder.admins and fill #users with admins
$('#users').invoke('admins');

// invoke singleton method
$('#users').items(10).invoke('charge!');

// invoke charge! on every user
$('#users').items().invoke('charge!')

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bowline-0.5.6 examples/example.js
bowline-0.5.5 examples/example.js
bowline-0.5.4 examples/example.js