Remove jQuery version number from tutorial docs

This commit is contained in:
Paul O’Shannessy
2013-11-05 14:42:46 -08:00
parent e5f03ae407
commit 67d0f15d1a
+1 -1
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.