Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Missing semicolons and var declarations. #5

@mattduggan

Description

@mattduggan

Line 95, missing semicolon:

var checked = obj.element.prop('checked')

Line 226, missing comma in var chain:

spanPadding = this.$disabledSpan.innerWidth() - this.$disabledSpan.width()
handleMargins    = this.$handle.outerWidth() - this.$handle.innerWidth();

fn _autoresize is also missing var declarations for handleWidth and spanWidth.

I've revised these but do not have privileges to submit a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions