Commit 55c44717 authored by Sindre Sorhus's avatar Sindre Sorhus

Merge pull request #852 from mrafalko/patch-1

Fixed typo in comment
parents 2d1516a8 f01f3d03
......@@ -97,7 +97,7 @@ var app = app || {};
if (value !== trimmedValue) {
// Model values changes consisting of whitespaces only are
// not causing change to be triggered Therefore we've to
// compare untrimmed version with a trimmed one to chech
// compare untrimmed version with a trimmed one to check
// whether anything changed
// And if yes, we've to trigger change event ourselves
this.model.trigger('change');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment