mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
titanium: fixed tests
This commit is contained in:
@@ -111,7 +111,7 @@ function test_map() {
|
||||
mapview.regionFit = true;
|
||||
mapview.userLocation = true;
|
||||
mapview.annotations = [mountainView];
|
||||
mapview.addEventListener('click', function(evt) {
|
||||
mapview.addEventListener('click', function(evt?) {
|
||||
if (evt.clicksource === 'leftButton' || evt.clicksource === 'leftPane') {
|
||||
alert(evt.title + ' left button clicked');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user