Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Oct 17, 2013
1 parent ad291ad commit 00e2982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instance/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
//console.log('propertyForAttribute:', name, 'matches', match);
return match;
},
// convert representation of 'stringValue' based on type of 'defaultValue'
// convert representation of 'stringValue' based on type of 'currentValue'
deserializeValue: function(stringValue, currentValue) {
return scope.deserializeValue(stringValue, currentValue);
},
Expand Down

0 comments on commit 00e2982

Please sign in to comment.