diff options
author | Leif Åstrand <leif@vaadin.com> | 2014-05-16 11:31:14 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2014-05-22 09:43:53 +0000 |
commit | a11909909c895032ca5f8b271dfb0fa29efa2a6f (patch) | |
tree | 85f393834d42c694d0e9bf94ecaa97423604668a /server/src/com/vaadin/ui | |
parent | aac352ab8ba7b7d9e4ace96939e424b2c4e02530 (diff) | |
download | vaadin-framework-a11909909c895032ca5f8b271dfb0fa29efa2a6f.tar.gz vaadin-framework-a11909909c895032ca5f8b271dfb0fa29efa2a6f.zip |
Replace use of deprecated DOM.setStyleAttribute method (#13781)
This change is only a brain dead replacement of one specific method. In
some cases, there were some oddities in the surrounding code as well,
but these were left unresolved on purpose.
It should also be noted that DOM.setStyleAttribute just delegates to
element.getStyle().setProperty(), so any null references would have
caused problems already in the existing code.
Change-Id: I340122ac0767af9928076376f76e5bd2c5e19f9f
Diffstat (limited to 'server/src/com/vaadin/ui')
0 files changed, 0 insertions, 0 deletions