Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Fix potential compatibility issue with other libraries #440

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jan 30, 2018

  1. improve fix for preactjs#423

    laysent committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    1c05330 View commit details
    Browse the repository at this point in the history
  2. remove usage of .bind with additional parameter

    Before ECMAScript 5, libraries define .bind without additional parameter. To work with these libraries, change this specific usage of bind
    laysent committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    c0a3d3a View commit details
    Browse the repository at this point in the history
  3. use .apply to replace .bind

    laysent committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    189bbab View commit details
    Browse the repository at this point in the history
  4. fix eslint issue

    (introduced by preactjs#289)
    laysent committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    7ebe074 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. Configuration menu
    Copy the full SHA
    be7eb5e View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2018

  1. Revert "use .apply to replace .bind"

    This reverts commit 189bbab.
    laysent committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    23a4231 View commit details
    Browse the repository at this point in the history
  2. Revert "remove usage of .bind with additional parameter"

    This reverts commit c0a3d3a.
    laysent committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    c3ac3b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. Configuration menu
    Copy the full SHA
    7a5722f View commit details
    Browse the repository at this point in the history