Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

"int" is a reserved word and will cause a compiler error when using closure compiler #1304

Closed
@srcspider

Description

@srcspider

"int" is a reserved word

http://msdn.microsoft.com/en-us/library/ttyab5c8.aspx

I see it's merely used as syntactic sugar for parseInt(value, 10). It would be nice if it was removed or refactored into some other name so the unminified version works when compiling with closure compiler.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions