mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bustage fix - one too many ")"
This commit is contained in:
parent
ed0e57055e
commit
12d92c6f9e
@ -702,7 +702,7 @@
|
||||
this.mNeedToFinish = false;
|
||||
} else if (this.mTransientValue ||
|
||||
!(this.forceComplete || this.mDefaultMatchFilled) ||
|
||||
!(this.forceComplete || aForceComplete)) ||
|
||||
!(this.forceComplete || aForceComplete) ||
|
||||
!(this.mNeedToComplete || aForceComplete)) {
|
||||
this.mNeedToFinish = false;
|
||||
} else if (this.isWaiting) {
|
||||
|
Loading…
Reference in New Issue
Block a user