We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d1516a + f01f3d0 commit 55c4471Copy full SHA for 55c4471
architecture-examples/backbone/js/views/todo-view.js
@@ -97,7 +97,7 @@ var app = app || {};
97
if (value !== trimmedValue) {
98
// Model values changes consisting of whitespaces only are
99
// not causing change to be triggered Therefore we've to
100
- // compare untrimmed version with a trimmed one to chech
+ // compare untrimmed version with a trimmed one to check
101
// whether anything changed
102
// And if yes, we've to trigger change event ourselves
103
this.model.trigger('change');
0 commit comments