blob: aee8546c7085d195e30406071d87bc45bf6970c7 [file] [log] [blame]
x = {
a: "",
b: "rrr",
r: function() {
}
}
y = {
c: "ccc"
}
ko.utils.extend(y, x);