#11746 closed defect (fixed)
Typo in dojox.av.FLAudio constructor: "postion" instead of "position"
Reported by: | Thomas Bachem | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Dojox | Version: | 1.5 |
Keywords: | Cc: | Mike Wilcox | |
Blocked By: | Blocking: |
Description
I stumbled across a typo in dojo.av.FLAudio line 91:
postion:"relative",
should be
position:"relative",
I didn't test if it makes any difference, as it works well even with the typo.
Change History (3)
comment:1 Changed 11 years ago by
Cc: | Mike Wilcox added |
---|---|
Owner: | changed from Adam Peller to Tom Trenka |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|
Note: See
TracTickets for help on using
tickets.
(In [23210]) Fix typo in FLAudio.js. Fixes #11746.