Remove jQuery version number from tutorial docs

This commit is contained in:
Paul O’Shannessy
2013-11-05 11:29:00 -08:00
parent 2f08e7f3d0
commit 67d4e7ebaf

View File

@@ -369,7 +369,7 @@ When the component is first created, we want to GET some JSON from the server an
]
```
We will use jQuery 1.5 to help make an asynchronous request to the server.
We will use jQuery to help make an asynchronous request to the server.
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.