Skip to content

arrow function doesn't get replaced with ecmascript #41

@ghost

Description

Running meteor with --production flag or deploying to Galaxy, one arrow function in fileUpload.js doesn't get replaced with ecmascript and es5-shim installed, and it breaks compatibility in Internet Explorer.
Every other code part works fine, this is the only arrow method that doesn't get replaced.

lib/client/fileUpload.js
starting with line 44
this.collectionName = () => { return this.data.atts.collection; };

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