googlearchive / core-toolbar

Basic toolbar
7 stars 10 forks source link

Move computed props to template where not needed #28

Closed ssorallen closed 9 years ago

ssorallen commented 9 years ago

Because the return values of all of the computeX functions were written to the DOM and then tossed, the method calls can live in the DOM to reduce the computed: 'xyz()' boilerplate without sacrificing legibility.

morethanreal commented 9 years ago

lgtm

ssorallen commented 9 years ago

Thanks.