mirror of
https://github.com/nasa/openmct.git
synced 2025-06-12 20:28:14 +00:00
[Build] Relocate operators
...in multi-line expressions, to satisfy JSHint.
This commit is contained in:
@ -66,8 +66,8 @@ define(
|
||||
|
||||
// Check if the queue's size has stopped increasing)
|
||||
function quiescent() {
|
||||
return Object.keys(self.persistences).length
|
||||
=== self.lastObservedSize;
|
||||
return Object.keys(self.persistences).length ===
|
||||
self.lastObservedSize;
|
||||
}
|
||||
|
||||
// Persist all queued objects
|
||||
|
Reference in New Issue
Block a user