Rename this.__view__ to this.view

This commit is contained in:
David Greenspan
2014-08-08 18:17:30 -07:00
parent 7035b91249
commit 8019ec5ded

View File

@@ -103,7 +103,7 @@ Template.updateTemplateInstance = function (view) {
autorun: function (f) {
return view.autorun(f);
},
__view__: view
view: view
};
}