Stamplay / stamplay-js-sdk

:rocket: JavaScript SDK of Stamplay cloud platform
https://stamplay.com
MIT License
88 stars 18 forks source link

documentation typo #4

Closed kikocastro closed 9 years ago

kikocastro commented 9 years ago

Hey guys,

at the documentation https://stamplay.com/docs/jssdk section Saving Objects, all the set methods have a ":" instead of a comma.

dinnerInstance.set('price': 10);

isn't it suppposed to be

dinnerInstance.set('price',10);

?

claudiopetrini commented 9 years ago

Thank you for reporting, it has been fixed now!