Skip to content

Commit a890518

Browse files
committed
cleanup alert of onchange example
1 parent 01e59d7 commit a890518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ The callback function receives the element of the new step as an argument.
211211
**Example:**
212212
```javascript
213213
introJs().onchange(function(targetElement) {
214-
alert("new step: " + targetElement);
214+
alert("new step");
215215
});
216216
````
217217

0 commit comments

Comments
 (0)