From 10b2c8ea2e9ff371d733fd6cf66e3c24c3fcd5a9 Mon Sep 17 00:00:00 2001 From: Avital Oliver Date: Thu, 4 Sep 2014 12:34:48 -0700 Subject: [PATCH] Fix Blaze APIs in History.md --- History.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 068ec2ed88..d73a50b4c0 100644 --- a/History.md +++ b/History.md @@ -28,7 +28,7 @@ prefix instead of your own username. * `Blaze.toHTMLWithData()` * `Template.currentData()` * `Blaze.getView()` - * `UI.parentData()` (previously `UI._parentData()`) + * `Template.parentData()` (previously `UI._parentData()`) * `Template.instance()` (previously `UI._templateInstance()`) * `Template.body` (previously `UI.body`) * `new Template` (previously `Template.__create__`) @@ -44,7 +44,7 @@ prefix instead of your own username. internal. Notably: `Blaze._materializeView`, `Blaze._createView`, `Blaze._toText`, `Blaze._destroyView`, `Blaze._destroyNode`, `Blaze._withCurrentView`, `Blaze._DOMBackend`, - `Spacebars._TemplateWith` + `Blaze._TemplateWith` * Document Views. Views are the machinery powering DOM updates in Blaze.