Skip to main content

Search and Top Navigation

#9030 closed feature (fixed)

Opened January 30, 2013 01:43PM UTC

Closed March 19, 2013 04:56PM UTC

`instance` method in widget prototype

Reported by: gnarf Owned by: gnarf
Priority: minor Milestone: 1.11.0
Component: ui.widget Version: 1.10.0
Keywords: Cc:
Blocked by: Blocking:
Description

It would be nice to add a instance method, quite simply:

instance: function() { return this; }

It would make a way to obtain the widget instance guaranteed, we can avoid asking

.data()
for it, and avoid any potential problems in the future with moving the storage location of the widget instance.

Attachments (0)
Change History (3)

Changed January 30, 2013 02:17PM UTC by gnarf comment:1

milestone: none1.11.0
owner: → gnarf
status: newassigned

Changed January 30, 2013 02:17PM UTC by gnarf comment:2

Changed March 19, 2013 04:56PM UTC by Corey Frang comment:3

resolution: → fixed
status: assignedclosed

Widget: Implement instance method on the bridge to return widget instance - Fixes #9030 - instance method in widget prototype

Changeset: 36cb6f264dbe6b155f8fd97b0ee7615a0f1adedb