Changes between Initial Version and Version 1 of Ticket #17040
- Timestamp:
- Apr 17, 2013, 9:41:51 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17040 – Description
initial v1 1 1 While I realize that `instanceof` is not reliable for mixins and such, it is typically reliable to do things like `object instanceof _WidgetBase` to determine that something is a widget, and in 1.8 and prior, this worked quite well pretty much across the board. 2 2 3 However, part of r30 260 was a refactoring of `_KeyNavMixin` and such, and it changed the way that `dijit/form/Select` is declared to the following:3 However, part of r30620 was a refactoring of `_KeyNavMixin` and such, and it changed the way that `dijit/form/Select` is declared to the following: 4 4 5 5 {{{#!js