Skip to content

Commit 413c97c

Browse files
authored
Rename model properties
1 parent 1db2fba commit 413c97c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: examples/api.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ <h2>API</h2>
6161

6262
$('#button-addoption').on('click', function() {
6363
control.addOption({
64-
value: 4,
65-
text: 'Something New',
64+
id: 4,
65+
title: 'Something New',
6666
url: 'http://google.com'
6767
});
6868
});

0 commit comments

Comments
 (0)