airpingu / data-store-api

W3C working draft for Data Store API
http://airpingu.github.io/data-store-api/index.html
4 stars 2 forks source link

Reverse parameters for update() method? #27

Closed cdumez closed 10 years ago

cdumez commented 10 years ago

Could you consider reversing the arguments to the update() method? Maybe it is just me but I would find it a little bit nicer to pass the id first, then the value.

airpingu commented 10 years ago

Solved this at https://github.com/airpingu/data-store-api/commit/e9b993ccaf7e7e3f89d20734a5dc7b330b061f04. Thanks for firing this!