Skip to content

"public" is a keyword and causes errors #14

@yberkholz

Description

@yberkholz

publicis a keyword - therefor it causes error when using a compressor e.g. yuicompressor.

Solution:
Enclose in doublequotes:

    pluginFns    = {
        "public": {

and access using pluginFns["public"] instead of pluginFns.public.

Alternatively rename it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions