Opened 8 years ago
Closed 5 years ago
#16193 closed defect (fixed)
Dojox/layout/ScrollPane not extendable
Reported by: | spudhead | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | DojoX Layout | Version: | 1.7.4rc1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Dojox/layout/ScrollPane does not return the varaible created in the define
i.e. it does
function(kernel,declare,html,baseFx,Templated,ContentPane?,domClass,template){ ... declare("dojox.layout.ScrollPane?",[ContentPane?, Templated],{ ....
not
function(kernel,declare,html,baseFx,Templated,ContentPane?,domClass,template){ ... return declare("dojox.layout.ScrollPane?",[ContentPane?, Templated],{ ....
I propose the attached fixed
Attachments (1)
Change History (2)
Changed 8 years ago by
Attachment: | ScrollPane.js added |
---|
comment:1 Changed 5 years ago by
Component: | General → DojoX Layout |
---|---|
Milestone: | tbd → 1.8 |
Resolution: | → fixed |
Status: | new → closed |
Thanks. This was fixed in https://github.com/dojo/dojox/commit/f99bc15736961be3f7f63a1b998810e3a334d756
Note: See
TracTickets for help on using
tickets.
Proposed fix