diff options
| author | Igor Minar | 2011-09-12 18:56:02 +0200 |
|---|---|---|
| committer | Igor Minar | 2011-09-16 02:44:27 +0200 |
| commit | a2a830e2273f2cb114d1889d6dece171621b046c (patch) | |
| tree | f9eb0d18f8e9eadcbc031c5778ad98d4742396ea /example/calculator.html | |
| parent | 8336f3f0ba89b529057027711ab4babd6c2cb649 (diff) | |
| download | angular.js-a2a830e2273f2cb114d1889d6dece171621b046c.tar.bz2 | |
feat (jquery): upgrade everything to jQuery 1.6.4
Closes #556
Diffstat (limited to 'example/calculator.html')
| -rw-r--r-- | example/calculator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/calculator.html b/example/calculator.html index 23332fa9..bd80eb9d 100644 --- a/example/calculator.html +++ b/example/calculator.html @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <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" src="../angular-debug.js"></script> <script type="text/javascript"> $(document).ready(function(){ |
