mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fixing tests.
This commit is contained in:
@@ -977,7 +977,8 @@ _.extend(Connection.prototype, {
|
||||
// documents.
|
||||
_saveOriginals: function () {
|
||||
var self = this;
|
||||
self._flushBufferedWrites();
|
||||
if (!self._waitingForQuiescence())
|
||||
self._flushBufferedWrites();
|
||||
_.each(self._stores, function (s) {
|
||||
s.saveOriginals();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user