Commit f01f3d03 authored by Maks Rafalko's avatar Maks Rafalko

Fixed typo in comment

parent 2d1516a8
...@@ -97,7 +97,7 @@ var app = app || {}; ...@@ -97,7 +97,7 @@ var app = app || {};
if (value !== trimmedValue) { if (value !== trimmedValue) {
// Model values changes consisting of whitespaces only are // Model values changes consisting of whitespaces only are
// not causing change to be triggered Therefore we've to // 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 // whether anything changed
// And if yes, we've to trigger change event ourselves // And if yes, we've to trigger change event ourselves
this.model.trigger('change'); 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