Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
enviroment-818189: Fix spelling of environment
Browse files Browse the repository at this point in the history
Display does not pass 'environment' to Requisition.

See https://bug818189.bugzilla.mozilla.org/attachment.cgi?id=692967 for
original sign-off.

Signed-off-by: Mark Macdonald <Mark_MacDonald@ca.ibm.com>
  • Loading branch information
mamacdon authored and joewalker committed Dec 18, 2012
1 parent 672a2b7 commit e01e6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gcli/ui/display.js
Expand Up @@ -86,7 +86,7 @@ function Display(options) {
// When a component uses a document to create elements for use under a known
// root element, then we pass in the element (if we have looked it up
// already) or an id/document
this.requisition = new Requisition(options.enviroment || {}, doc);
this.requisition = new Requisition(options.environment || {}, doc);

this.focusManager = new FocusManager(options, {
document: doc
Expand Down

0 comments on commit e01e6b9

Please sign in to comment.