Fix for the onhintclick test case

This commit is contained in:
Steve Mayes
2016-02-27 20:20:27 -05:00
parent 1640c7008c
commit e5c72c986c
+1 -1
View File
@@ -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);