From 531efc1ed01395582ff548a193380bec2ba43480 Mon Sep 17 00:00:00 2001 From: dvperv Date: Mon, 7 Dec 2015 13:06:43 +0300 Subject: [PATCH] Update 05s-the-session.md.erb --- 05s-the-session.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05s-the-session.md.erb b/05s-the-session.md.erb index 518db3c..9598064 100644 --- a/05s-the-session.md.erb +++ b/05s-the-session.md.erb @@ -89,7 +89,7 @@ helloWorld = function() { Попробуйте выполнить в браузерной консоли следующее: ~~~js -❯ Deps.autorun( function() { console.log('Value is: ' + Session.get('pageTitle')); } ); +❯ Tracker.autorun( function() { console.log('Value is: ' + Session.get('pageTitle')); } ); Value is: A brand new title ~~~ <%= caption "Browser console" %>