Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit e881e89

Browse files
authored
Merge pull request #1 from Trim/ec-4.0
Fix code style changes and code cleanup by @Trim
2 parents f7454c6 + a9f9432 commit e881e89

File tree

9 files changed

+1032
-952
lines changed

9 files changed

+1032
-952
lines changed

chrome/content/calendar-event-dialog-attendees.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
completedefaultindex="true"
6767
forcecomplete="true"
6868
minresultsforpopup="1"
69-
onblur="if (this.localName == 'textbox') document.getBindingParent(this).onBlurInput(event);"
69+
onblur="if (this.localName === 'textbox') document.getBindingParent(this).onBlurInput(event);"
7070
ignoreblurwhilesearching="true"
7171
oninput="this.setAttribute('dirty', 'true');">
7272
</xul:textbox>
@@ -138,7 +138,7 @@
138138
numRowsAdded++;
139139
}
140140
}
141-
if (numRowsAdded == 0) {
141+
if (numRowsAdded === 0) {
142142
this.appendAttendee(null, listbox, template, false);
143143
}
144144

0 commit comments

Comments
 (0)