lazojs / lazo

A client-server web framework built on Node.js that allows front-end developers to easily create a 100% SEO compliant, component MVC structured web application with an optimized first page load.
MIT License
366 stars 48 forks source link

Modify client state so set() does not delete other state data. #289

Open adam-26 opened 9 years ago

adam-26 commented 9 years ago

Hi,

Currently, setting client state deletes any other data that may exist in state. This fix simply appends the new data to the state object.