Skip to content

Commit c7c2eea

Browse files
committed
Removed reference to JQuery from getting started tutorial
1 parent 6772be1 commit c7c2eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial/basic/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ From this point in the tutorial we assume you have an sbt with this command runn
210210

211211
## <a name="js-export"></a> Step 4: Reacting on User Input
212212

213-
This step shows how you can add a button and react to events on it by still just using the DOM (we will use jQuery in the next step). We want to add a button that adds another `<p>` tag to the body when it is clicked.
213+
This step shows how you can add a button and react to events on it by still just using the DOM. We want to add a button that adds another `<p>` tag to the body when it is clicked.
214214

215215
We start by adding a method to `TutorialApp` which will be called when the button is clicked:
216216

0 commit comments

Comments
 (0)