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

Commit

Permalink
Merge pull request #1 from Trim/ec-4.0
Browse files Browse the repository at this point in the history
Fix code style changes and code cleanup by @Trim
  • Loading branch information
advancingu authored May 29, 2017
2 parents f7454c6 + a9f9432 commit e881e89
Show file tree
Hide file tree
Showing 9 changed files with 1,032 additions and 952 deletions.
4 changes: 2 additions & 2 deletions chrome/content/calendar-event-dialog-attendees.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
completedefaultindex="true"
forcecomplete="true"
minresultsforpopup="1"
onblur="if (this.localName == 'textbox') document.getBindingParent(this).onBlurInput(event);"
onblur="if (this.localName === 'textbox') document.getBindingParent(this).onBlurInput(event);"
ignoreblurwhilesearching="true"
oninput="this.setAttribute('dirty', 'true');">
</xul:textbox>
Expand Down Expand Up @@ -138,7 +138,7 @@
numRowsAdded++;
}
}
if (numRowsAdded == 0) {
if (numRowsAdded === 0) {
this.appendAttendee(null, listbox, template, false);
}
Expand Down
Loading

0 comments on commit e881e89

Please sign in to comment.