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

Commit

Permalink
Bug 699411 (cssnames): Fix s/gcliVALID/gcli-in-valid
Browse files Browse the repository at this point in the history
  • Loading branch information
joewalker committed Nov 11, 2011
1 parent 40800af commit 74b0d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gcli/ui/inputter.js
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ function Completer(options) {
if (!this.element) {
this.elementCreated = true;
this.element = dom.createElement(this.document, 'div');
this.element.className = 'gcli-in-complete gcliVALID';
this.element.className = 'gcli-in-complete gcli-in-valid';
this.element.setAttribute('tabindex', '-1');
this.element.setAttribute('aria-live', 'polite');
}
Expand Down

0 comments on commit 74b0d8f

Please sign in to comment.