mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix for the onhintclick test case
This commit is contained in:
@@ -63,7 +63,7 @@ intro.start()
|
||||
alert('Hints added');
|
||||
})
|
||||
.onhintclick(function (hintElement, item, stepId) {
|
||||
element.getAttribute('class');
|
||||
hintElement.getAttribute('class');
|
||||
})
|
||||
.onhintclose(function (stepId) {
|
||||
alert('Hint close for Step ID ' + stepId);
|
||||
|
||||
Reference in New Issue
Block a user