flaretailjs / flaretail.js

A JavaScript library for Firefox application development, consisting of WAI-ARIA-driven accessible widgets, a lightweight app framework, and convenient utility functions.
Other
1 stars 2 forks source link

Refactor models, stop returning Proxy #37

Open kyoshino opened 8 years ago

kyoshino commented 8 years ago

Currently models are proxyfied and the attributes can be accessed directly. Change the structure to use the get, set, save methods.

kyoshino commented 8 years ago

Models should stop returning a Proxy. Blocks #32.