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.
1 parent d9a7673 commit 68026beCopy full SHA for 68026be
test/nested-model.js
@@ -1134,7 +1134,7 @@ $(document).ready(function() {
1134
// trigger a set on modelB when modelA is changed to create the issue of singleton _delayedTriggers
1135
// the buggy behavior cause modelB to trigger modelA _delayedTriggers
1136
modelA.on("change:name", function(){
1137
- modelB.set("and.now.for.something.completly", "different");
+ modelB.set("and.now.for.something.completely", "different");
1138
});
1139
// assert true (expected behavior)
1140
modelA.on("change:name.first", function(){
0 commit comments