Skip to content

Hidden jQuery dependencies in db. #12

@mgmarino

Description

@mgmarino

There are references to jQuery functions, including

$.ajax in request

and

within httpData. In the latter, $.parseJSON may be replaced with JSON.parse, $.error should be replaced by emitting an event, and $.globalEval could require some discussion.

It is true that it is noted that jQuery is required in the README, but if this is true, it should be included as a db dependency in kanso.json. I personally think it would make sense not to do this since it is a rather heavy one and it straightforward to replace the jQuery calls with javascript.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions