diff --git a/src/instance/attributes.js b/src/instance/attributes.js index 218fbefa69..c961a208b9 100644 --- a/src/instance/attributes.js +++ b/src/instance/attributes.js @@ -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); },