Skip to content
This repository was archived by the owner on Oct 9, 2018. It is now read-only.
This repository was archived by the owner on Oct 9, 2018. It is now read-only.

style attribute cleanup #71

@tneil

Description

@tneil

Right now there's lots of places in the code that is setting the style using:

node.setAttribute('style','width:10px');

This needs to be changed to the following so that it keeps the DOM as clean as possible when using web inspector:

node.style['width'] = '10px';

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions