YuzuJS / WinningJS

A set of modules for Windows 8 development, built on top of WinJS.
26 stars 4 forks source link

Memoize winControl options. Set options for all elements on process. #47

Closed pbouzakis closed 12 years ago

pbouzakis commented 12 years ago

Each component will memoize their winControl options, which can than later be retrieved when a parent element processes the dom.

This will alway all components to provide winControl optins in the Presenter constructor.

domenic commented 12 years ago

Lookin' good, merge it.