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

The .run operation is not being performed successfully #175

@tkshnwesper

Description

@tkshnwesper

I use the run operation on a container with id=app, just like how it is shown in the example:

emojify.run(document.getElementById('app'));

That doesn't work. But this does:

$("#app").html(emojify.replace($("#app").html()));

In any case, it would be better if the .run method just worked, since I feel there is a larger overhead in the work around.

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