hoodiehq-archive / hood.ie-website-old

⛔ deprecated
http://hood.ie
74 stars 14 forks source link

Wrong order in "Store Events" code examples #70

Open gr2m opened 10 years ago

gr2m commented 10 years ago

object type comes always first. For examle, at the moment it says

hoodie.store.on('add:note',    function (newObject) {});

that should be

hoodie.store.on('note:add',    function (newObject) {});
ghost commented 10 years ago

not sure where to find this. the techdocs have it the right way:

https://github.com/hoodiehq/documentation/blob/master/techdocs/client/hoodie.store.md

gr2m commented 10 years ago

it's on http://hood.ie/#docs screen shot 2014-07-09 at 22 01 31