-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore #102 with further improvements by @assafganor
Fix #138
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
389aa64
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This syntax fails with grunt-contrib-uglify.
389aa64
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just letting you know IE11 doesnt cover fat arrows on windows 10
389aa64
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As @jamesdavieswales already said, arrow functions are not supported by IE11. Ironically this "improvement" commit was motivated by a change applied to fix an IE11 problem :).
For now, this circumstance prevents me from upgrading to the latest version (>=2.3).
Would you mind to use a function expression instead?