[Build] Relocate operators

...in multi-line expressions, to satisfy JSHint.
This commit is contained in:
Victor Woeltjen
2016-03-04 11:02:57 -08:00
parent 56a91dfbaf
commit c00d77dcb1
8 changed files with 21 additions and 21 deletions

View File

@ -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