Closed
Bug 818341
Opened 13 years ago
Closed 13 years ago
[AccessFu] Encapsulte presentation in the presentation module.
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: eeejay, Assigned: eeejay)
Details
Attachments
(1 file)
14.25 KB,
patch
|
davidb
:
review+
|
Details | Diff | Splinter Review |
This makes it easier to use outside the EventManager.
Assignee | ||
Comment 1•13 years ago
|
||
Making it ready for use outside of the EventManager.
Attachment #688548 -
Flags: review?(dbolter)
![]() |
||
Comment 2•13 years ago
|
||
Comment on attachment 688548 [details] [diff] [review]
Encapsulte presentation in the presentation module.
Review of attachment 688548 [details] [diff] [review]:
-----------------------------------------------------------------
r=me
nit: when you commmit fix spelling to 'Encapsulate'
::: accessible/src/jsat/Presenters.jsm
@@ +520,5 @@
> + aOldPosition,
> + aReason) {
> + let context = new PresenterContext(aPosition, aOldPosition);
> + return [p.pivotChanged(context, aReason)
> + for each (p in this.presenters)];
Clevah!
Attachment #688548 -
Flags: review?(dbolter) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Assignee: nobody → eitan
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
You need to log in
before you can comment on or make changes to this bug.
Description
•