Title: IE error with arrow function
Last modified: March 10, 2019

---

# IE error with arrow function

 *  Resolved [tomaskavalek](https://wordpress.org/support/users/tomaskavalek/)
 * (@tomaskavalek)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/ie-error-with-arrow-function/)
 * Please, change this:
 * `if (myClasses.some(v => skipClasses.indexOf(v) >= 0)) {`
 * to this:
 * `if (myClasses.some(function (v) { return skipClasses.indexOf(v) >= 0; })) {`
 * in **image_lazy_load.js**.
 * IE does’n support arrow function. Thanks.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Radek Mezulanik](https://wordpress.org/support/users/zedna/)
 * (@zedna)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/ie-error-with-arrow-function/#post-11424451)
 * Hi [@tomaskavalek](https://wordpress.org/support/users/tomaskavalek/) thank you
   for your advice, i has been applied in latest version.

Viewing 1 replies (of 1 total)

The topic ‘IE error with arrow function’ is closed to new replies.

 * ![](https://ps.w.org/wp-image-lazy-load/assets/icon-256x256.png?rev=1328202)
 * [Zedna WP Image Lazy Load](https://wordpress.org/plugins/wp-image-lazy-load/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-image-lazy-load/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-image-lazy-load/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-image-lazy-load/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-image-lazy-load/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-image-lazy-load/reviews/)

## Tags

 * [ie](https://wordpress.org/support/topic-tag/ie/)

 * 1 reply
 * 2 participants
 * Last reply from: [Radek Mezulanik](https://wordpress.org/support/users/zedna/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/ie-error-with-arrow-function/#post-11424451)
 * Status: resolved