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" %>