mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove synchronous iterator
This commit is contained in:
@@ -1039,10 +1039,6 @@ class AsynchronousCursor {
|
||||
|
||||
this._visitedIds = new LocalCollection._IdMap;
|
||||
}
|
||||
|
||||
[Symbol.iterator]() {
|
||||
return this._cursor[Symbol.iterator]();
|
||||
}
|
||||
|
||||
[Symbol.asyncIterator]() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user