googlearchive / core-toolbar

Basic toolbar
7 stars 10 forks source link

Fixed bottomJustify and middleJustify updates #19

Closed idleherb closed 9 years ago

idleherb commented 9 years ago

In updateBarJustify, instead of the input parameter justify, the element's this.justify attribute was checked, preventing the attributes for bottomJustify and middleJustify from being updated. This complements fix #12.

frankiefu commented 9 years ago

lgtm