Deprecate jQuery.isFunction #3609

Open
gibson042 opened this Issue Apr 2, 2017 · 5 comments

Comments

Projects
None yet
5 participants
Member

gibson042 commented Apr 2, 2017

Description

Everything must go! #3600 (comment)

markelog added the Core label Apr 3, 2017

How could the internal implementation of jQuery (jQuery.Deferred, which I'm concerning, for example) be after deprecating jQuery.isFunction?

Member

mgol commented Apr 3, 2017

@akihikodaki We can move it to an internal AMD module and still use it but it would no longer be a public API after the deprecation period ends.

@mgol That does not solve #3596. jQuery.Deferred could not recognize some functions because of jQuery.isFunction. I think @gibson042 is intended to solve also the problem by this deprecation.

Member

gibson042 commented Apr 3, 2017

I expected #3601 to fix the issue underlying your Deferred problem, it just needs an adjustment. This is a separate issue, intended to put jQuery.isFunction on the path towards becoming a purely internal API.

timmywil added this to the 3.3.0 milestone Apr 3, 2017

markelog was assigned by timmywil Apr 3, 2017

This is a separate issue, intended to put jQuery.isFunction on the path towards becoming a purely internal API.

Opened #3601 for the problem causing the Deferred flaw.

yumetodo referenced this issue in asciidwango/js-primer Apr 4, 2017

Open

関数宣言、関数式、Arrow Function #20

0 of 3 tasks complete

timmywil added the Blocker label Jun 19, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment