Opened 8 years ago
Closed 8 years ago
#12601 closed feature (fixed)
Widget Factory: Support mixins
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.12.0 |
Component: | ui.widget | Version: | 1.11.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
We should support mixins to avoid the need to use $.extend()
in the call to $.widget()
.
Change History (3)
comment:1 Changed 8 years ago by
Milestone: | none → 1.12.0 |
---|---|
Priority: | minor → blocker |
Status: | new → open |
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Widget: Support mixins
Fixes #12601 Closes gh-1554
Changeset: 556b2710f0f09b76909b92c751edc3f4243fa5c0
Note: See
TracTickets for help on using
tickets.
PR: https://github.com/jquery/jquery-ui/pull/1554