-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Style properties like width, height, and paddingTop should be set on the style object, not the element directly. Further, "float" is the wrong name for the css float property in JavaScript. This should be "cssFloat". These bugs were caught by a newer compiler. Issue #1852 Change-Id: I80e8b98a7b693b2b6bb0c52ff9f4a0611e3ea106
- Loading branch information
1 parent
0239d04
commit c1ae343
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters