mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix indentation
This commit is contained in:
@@ -356,7 +356,7 @@ UI.Each = Component.extend({
|
||||
self.append(document.createTextNode(""));
|
||||
|
||||
cursor.observe({
|
||||
_no_indices: true,
|
||||
_no_indices: true,
|
||||
addedAt: function (doc, i, beforeId) {
|
||||
var id = LocalCollection._idStringify(doc._id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user