mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-25 11:11:46 +08:00
Fix after merge
This commit is contained in:
@@ -105,13 +105,8 @@ module Tests.ui {
|
||||
$('<div/>').dxAutocomplete({
|
||||
dataSource: ["Bern", "Lyon", "Lander"],
|
||||
value: options.value,
|
||||
<<<<<<< HEAD
|
||||
onValueChanged: function () {
|
||||
options.setValue("test-value");
|
||||
=======
|
||||
onValueChanged: function (e:{ value: string }) {
|
||||
options.setValue(e.value);
|
||||
>>>>>>> upstream/master
|
||||
}
|
||||
}).appendTo(container);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user