Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

fix(removePatch): fire $destroy event when full jQuery is used #1509

Closed
wants to merge 1 commit into from

Commits on Oct 30, 2012

  1. fix(removePatch): fire $destroy event when full jQuery is used

    The previous code relied upon internal jQuery structures which are not
    present in v.1.8.2 (current).  This code uses the public API to fire the
    $destroy custom event, and so should work with any post-1.4 jQuery
    version.
    PeteAppleton committed Oct 30, 2012
    Configuration menu
    Copy the full SHA
    751a786 View commit details
    Browse the repository at this point in the history