Skip to content

"TypeError: root is not a function" when click on item named "watch" #93

Closed
@hw-dwalter

Description

@hw-dwalter

My firefox (17.0) raises an error wehn i click on the item named "watch". The following code demonstrates this behaviour:

$.contextMenu({
    selector: '.context-menu-one', 
    callback: function(key, options) {
        var m = "clicked: " + key;
        window.console && console.log(m) || alert(m); 
    },
    items: {
        "watch": {name: "Edit", icon: "edit"}
    }
});

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