Skip to content

Commit e6a2ce1

Browse files
committed
removed usage of var before it was defined
1 parent 1fecfc5 commit e6a2ce1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utilities/tone-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ToneUtils.prototype = {
6262
'isHTML': msg.contentType || config.contentType
6363
};
6464

65-
options.tones = toneutils.parseToneOption(msg, config);
65+
options.tones = this.parseToneOption(msg, config);
6666
return options;
6767
}
6868

0 commit comments

Comments
 (0)