Fix spelling of 'attachment' in comments.

This commit is contained in:
Florian Quèze 2012-03-11 19:21:15 +01:00
Родитель d6906d4c36
Коммит 5cdf976e37
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -520,7 +520,7 @@ var buddyList = {
if (!("TextboxSpellChecker" in window))
Components.utils.import("resource:///modules/imTextboxUtils.jsm");
TextboxSpellChecker.registerTextbox(elt);
// force binding attachmant by forcing layout
// force binding attachment by forcing layout
elt.getBoundingClientRect();
elt.select();
}
@ -613,7 +613,7 @@ var buddyList = {
elt.removeAttribute("value");
elt.addEventListener("keypress", this.displayNameKeyPress);
elt.addEventListener("blur", this.displayNameBlur);
// force binding attachmant by forcing layout
// force binding attachment by forcing layout
elt.getBoundingClientRect();
elt.select();
}

Просмотреть файл

@ -299,7 +299,7 @@
this.setAttribute("aliasing", "true");
let textbox =
document.getAnonymousElementByAttribute(this, "anonid", "displayname");
textbox.getBoundingClientRect(); // force binding attachmant by forcing layout
textbox.getBoundingClientRect(); // force binding attachment by forcing layout
textbox.select();
// Some keys (home/end for example) can make the selected item

Просмотреть файл

@ -1553,7 +1553,7 @@
elt.addEventListener("keypress", this._topicKeyPress);
this._topicBlur = this.topicBlur.bind(this);
elt.addEventListener("blur", this._topicBlur);
// force binding attachmant by forcing layout
// force binding attachment by forcing layout
elt.getBoundingClientRect();
if (this.hasAttribute("noTopic"))
elt.value = "";