Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 67d0f15

Browse files
committed
Remove jQuery version number from tutorial docs
1 parent e5f03ae commit 67d0f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ When the component is first created, we want to GET some JSON from the server an
369369
]
370370
```
371371

372-
We will use jQuery 1.5 to help make an asynchronous request to the server.
372+
We will use jQuery to help make an asynchronous request to the server.
373373

374374
Note: because this is becoming an AJAX application you'll need to develop your app using a web server rather than as a file sitting on your file system. The easiest way to do this is to run `python -m SimpleHTTPServer` in your application's directory.
375375

0 commit comments

Comments
 (0)