mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-25 11:11:46 +08:00
Updated the onchange test's parameter
Updated the onchange test's parameter so it matches the latest definition.
This commit is contained in:
@@ -50,8 +50,8 @@ intro.start()
|
||||
.onafterchange(function (element) {
|
||||
element.getAttribute('class');
|
||||
})
|
||||
.onchange(function () {
|
||||
alert('Changed');
|
||||
.onchange(function (element) {
|
||||
element.getAttribute('class');
|
||||
})
|
||||
.oncomplete(function () {
|
||||
alert('Done');
|
||||
|
||||
Reference in New Issue
Block a user