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.

replace helper methods with ES5/ES5 shim #667

Closed
@IgorMinar

Description

@IgorMinar

stuff like indexOf and friends are part of ES5 and available in modern browsers. we don't need to redefine these.

for old browsers, we should require that an ES5 shim is loaded with the app.

this one looks respectible: https://github.com/kriskowal/es5-shim

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions