Sign in
apache
/
netbeans
/
refs/heads/release190
/
.
/
webcommon
/
javascript2.knockout
/
test
/
unit
/
data
/
testfiles
/
model
/
bindings1.js
blob: 4cc346f260ead57392054de600cc6e6f0b6ff610 [
file
] [
log
] [
blame
]
var
myViewModel
=
{
personName
:
'Bob'
,
personAge
:
123
};
ko
.
applyBindings
(
myViewModel
);