diff options
| author | Misko Hevery | 2010-01-25 20:30:22 -0800 |
|---|---|---|
| committer | Misko Hevery | 2010-01-25 20:30:22 -0800 |
| commit | ba9eef40cfbb6cd969d566b43fd9129642d01351 (patch) | |
| tree | 38dce33a18b731289d5a5a8953e2e25b5f8b75ff | |
| parent | 0b630972b15676b1c1b6c59edd564e4ee331ec70 (diff) | |
| download | angular.js-ba9eef40cfbb6cd969d566b43fd9129642d01351.tar.bz2 | |
fix jquery version in jstd.conf
| -rw-r--r-- | jsTestDriver.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsTestDriver.conf b/jsTestDriver.conf index 6c2cf0bb..766b8c73 100644 --- a/jsTestDriver.conf +++ b/jsTestDriver.conf @@ -4,7 +4,7 @@ load: - lib/jasmine/jasmine-0.10.0.js - lib/jasmine-jstd-adapter/JasmineAdapter.js - lib/webtoolkit/webtoolkit.base64.js - - lib/jquery/jquery-1.4.0.js + - lib/jquery/jquery-1.4.js - lib/jquery/jquery-ui-1.7.1.custom.min.js - lib/underscore/underscore.js - src/Angular.js |
