From 00e2982c78fcd396adaebff3118e94029a2b9fb0 Mon Sep 17 00:00:00 2001 From: frankiefu Date: Thu, 17 Oct 2013 12:20:07 -0700 Subject: [PATCH] fix comment --- src/instance/attributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); },