Skip to content

Commit eeaa5d4

Browse files
Dmytro NemogaDmytro Nemoga
authored andcommitted
combineBindings() returns resulting object
1 parent 85d2322 commit eeaa5d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Backbone.ModelBinder.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,8 @@
472472
destination[key] = [destination[key], elementBinding];
473473
}
474474
});
475+
476+
return destination;
475477
};
476478

477479

0 commit comments

Comments
 (0)