edgecase/glue.js

Pass hash of values to set()?

Closed this issue · 1 comments

Pass a hash to allow for setting of multiple properties at once?

someController.set({ key1: 'val1', key2: 'val2' });

I've now implemented this on 0.4.x