Updated the onchange test's parameter

Updated the onchange test's parameter so it matches the latest definition.
This commit is contained in:
Steve Mayes
2016-02-27 15:40:23 -05:00
parent 09fb173b0b
commit fe9c877b93
+2 -2
View File
@@ -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');