Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed May 12, 2015
1 parent ed7d25c commit 24224da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PRIMER.md
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ Polymer({
userManagerChanged: function(changeRecord) {
if (changeRecord.path == 'user.manager') {
// user.manager object itself changed
console.log('new manager name is ' + newValue.name);
console.log('new manager name is ' + changeRecord.base.name);
} else {
// sub-property of user.manager changed
console.log(changeRecord.path + ' changed to ' + changeRecord.value);
Expand Down

0 comments on commit 24224da

Please sign in to comment.