aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorIgor Minar2011-09-12 18:56:02 +0200
committerIgor Minar2011-09-16 02:44:27 +0200
commita2a830e2273f2cb114d1889d6dece171621b046c (patch)
treef9eb0d18f8e9eadcbc031c5778ad98d4742396ea /test
parent8336f3f0ba89b529057027711ab4babd6c2cb649 (diff)
downloadangular.js-a2a830e2273f2cb114d1889d6dece171621b046c.tar.bz2
feat (jquery): upgrade everything to jQuery 1.6.4
Closes #556
Diffstat (limited to 'test')
-rw-r--r--test/manual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/manual.html b/test/manual.html
index dc491399..ef2fff3a 100644
--- a/test/manual.html
+++ b/test/manual.html
@@ -8,7 +8,7 @@
<!-- include source files here... -->
- <script type="text/javascript" src="../lib/jquery/jquery-1.4.2.js"></script>
+ <script type="text/javascript" src="../lib/jquery/jquery.js"></script>
<script type="text/javascript"> var _jQuery = $;</script>
<script type="text/javascript" src="../src/Angular.js"></script>