Sign in
apache
/
netbeans
/
refs/heads/release190
/
.
/
webcommon
/
javascript2.knockout
/
test
/
unit
/
data
/
testfiles
/
model
/
extend1.js
blob: aee8546c7085d195e30406071d87bc45bf6970c7 [
file
] [
log
] [
blame
]
x
=
{
a
:
""
,
b
:
"rrr"
,
r
:
function
()
{
}
}
y
=
{
c
:
"ccc"
}
ko
.
utils
.
extend
(
y
,
x
);