diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2014-05-27 10:41:01 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2014-05-27 10:41:01 -0400 |
commit | dcc3f6f83d39882ee65802b9bb887b378998298e (patch) | |
tree | 50ba66e9fddc71abe921ce2d49f3931368d56f72 | |
parent | a226e52ece976bf78a58c7878c6442fb2a91c74f (diff) | |
download | jQuery-Impromptu-dcc3f6f83d39882ee65802b9bb887b378998298e.zip jQuery-Impromptu-dcc3f6f83d39882ee65802b9bb887b378998298e.tar.gz jQuery-Impromptu-dcc3f6f83d39882ee65802b9bb887b378998298e.tar.bz2 |
test with latest jquery
-rw-r--r-- | Gruntfile.js | 2 | ||||
-rw-r--r-- | dist/index.html | 5 | ||||
-rw-r--r-- | src/index.html | 5 |
3 files changed, 7 insertions, 5 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index f98209b..9fe689c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -78,7 +78,7 @@ module.exports = function(grunt) { options: { specs: 'test/*_spec.js', vendor: [ - 'http://code.jquery.com/jquery-1.10.2.min.js', + 'http://code.jquery.com/jquery-1.11.1.min.js', 'test/lib/jasmine-jquery.js' ] } diff --git a/dist/index.html b/dist/index.html index 8eb28fb..73b09d2 100644 --- a/dist/index.html +++ b/dist/index.html @@ -596,8 +596,9 @@ $.prompt(statesdemo);</pre> </div> </div> - <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script> - <script type="text/javascript" src="jquery-impromptu.min.js"></script> + <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.1.min.js"></script> + <!-- <script type="text/javascript" src="http://code.jquery.com/jquery-2.1.1.min.js"></script> --> + <script type="text/javascript" src="jquery-impromptu.js"></script> <script type="text/javascript"> $(function(){ diff --git a/src/index.html b/src/index.html index 7dd9560..c05b582 100644 --- a/src/index.html +++ b/src/index.html @@ -596,8 +596,9 @@ $.prompt(statesdemo);</pre> </div> </div> - <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script> - <script type="text/javascript" src="jquery-impromptu.min.js"></script> + <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.1.min.js"></script> + <!-- <script type="text/javascript" src="http://code.jquery.com/jquery-2.1.1.min.js"></script> --> + <script type="text/javascript" src="jquery-impromptu.js"></script> <script type="text/javascript"> $(function(){ |