mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Rename this.__view__ to this.view
This commit is contained in:
@@ -103,7 +103,7 @@ Template.updateTemplateInstance = function (view) {
|
||||
autorun: function (f) {
|
||||
return view.autorun(f);
|
||||
},
|
||||
__view__: view
|
||||
view: view
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user