Opened 11 years ago
Closed 11 years ago
#10681 closed task (fixed)
popup code: make all methods / private variables overridable by app
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Like #10489, remove closure from dijit.popup code so that an app can extend/modify the code, in particular the beginZIndex.
Note: See
TracTickets for help on using
tickets.
(In [21259]) Don't hide variables or methods inside of closure. In particular allows apps to reset beginZIndex by setting dijit.popup._beginZIndex. Fixes #10681 !strict