diff options
-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(){ |