Changed copyright to "2011-2012" on all files.

This commit is contained in:
toddparker 2012-01-25 14:10:41 -05:00
parent 1ebf12bd45
commit 85a0a00a3f
114 changed files with 121 additions and 121 deletions

View file

@ -2,7 +2,7 @@
* jQuery Mobile Framework v@VERSION
* http://jquerymobile.com
*
* Copyright 2011 (c) jQuery Project
* Copyright 2011-2012 (c) jQuery Project
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*

View file

@ -1,4 +1,4 @@
Copyright (c) 2011 John Resig, http://jquery.com/
Copyright (c) 2011-2012 John Resig, http://jquery.com/
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the

View file

@ -142,7 +142,7 @@ js: init
# ..... and then minify it
@@echo ${VER_MIN} > ${OUTPUT}/${NAME}.min.js
@@java -XX:ReservedCodeCacheSize=64m \
-jar build/google-compiler-20111003.jar \
-jar build/google-compiler-2011-20121003.jar \
--js ${OUTPUT}/${NAME}.js \
--js_output_file ${OUTPUT}/${NAME}.tmp.js
@@cat ${OUTPUT}/${NAME}.tmp.js >> ${OUTPUT}/${NAME}.min.js

View file

@ -57,7 +57,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>

View file

@ -64,7 +64,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>

View file

@ -159,7 +159,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>

View file

@ -59,7 +59,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>

View file

@ -91,7 +91,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>

View file

@ -452,7 +452,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -503,7 +503,7 @@ $( '#foo' ).hide().trigger( 'updatelayout' );
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -154,7 +154,7 @@ $(document).bind("mobileinit", function(){
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -122,7 +122,7 @@ $.mobile.media("screen and (-webkit-min-device-pixel-ratio: 2)");
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -557,7 +557,7 @@ $.mobile.silentScroll(100);
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -80,7 +80,7 @@ $('[type='submit']').button({
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -87,7 +87,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -222,7 +222,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -72,7 +72,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -86,7 +86,7 @@ $('[type='submit']').button('refresh');
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -133,7 +133,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -119,7 +119,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -94,7 +94,7 @@ $('[type='submit']').button();
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -142,7 +142,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -184,7 +184,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -182,7 +182,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -133,7 +133,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -133,7 +133,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -91,7 +91,7 @@ $("input[type='checkbox']").checkboxradio({
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -157,7 +157,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -95,7 +95,7 @@ $("input[type='checkbox']:first").attr("checked",true).checkboxradio("refresh");
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -80,7 +80,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -234,7 +234,7 @@ $(document).bind('mobileinit',function(){
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -237,7 +237,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -235,7 +235,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -71,7 +71,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -69,7 +69,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -102,7 +102,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -396,7 +396,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -61,7 +61,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -93,7 +93,7 @@ $("input[type='radio']").checkboxradio({
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -182,7 +182,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -95,7 +95,7 @@ $("input[type='radio']:first").attr("checked",true).checkboxradio("refresh");
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -80,7 +80,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -90,7 +90,7 @@ $( ".selector" ).textinput({
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -113,7 +113,7 @@ $('.mySearchInput').textinput();
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -87,7 +87,7 @@ $('.selector').textinput('disable');
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -89,7 +89,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -331,7 +331,7 @@ $.mobile.selectmenu.prototype.options.hidePlaceholderMenuItems = false;
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -92,7 +92,7 @@ $( ".selector" ).selectmenu({
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -204,7 +204,7 @@
&lt;label for="select-choice-year">Year&lt;/label&gt;
&lt;select name="select-choice-year" id="select-choice-year"&gt;
&lt;option&gt;Year&lt;/option&gt;
&lt;option value="2011"&gt;2011&lt;/option&gt;
&lt;option value="2011-2012"&gt;2011-2012&lt;/option&gt;
&lt;!-- etc. --&gt;
&lt;/select&gt;
&lt;/fieldset&gt;
@ -248,7 +248,7 @@
<label for="select-choice-year">Year</label>
<select name="select-choice-year" id="select-choice-year">
<option>Year</option>
<option value="2011">2011</option>
<option value="2011-2012">2011-2012</option>
<option value="2010">2010</option>
<option value="2009">2009</option>
<option value="2008">2008</option>
@ -304,7 +304,7 @@
<label for="select-choice-year">Year</label>
<select name="select-choice-year" id="select-choice-year">
<option>Year</option>
<option value="2011">2011</option>
<option value="2011-2012">2011-2012</option>
<option value="2010">2010</option>
<option value="2009">2009</option>
<option value="2008">2008</option>
@ -442,7 +442,7 @@ $('select').selectmenu();
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -113,7 +113,7 @@ $('select').selectmenu('refresh', true);
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -139,7 +139,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -91,7 +91,7 @@ $( ".selector" ).slider({
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -124,7 +124,7 @@ $('input').slider();
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -95,7 +95,7 @@ $('.selector').slider('refresh');
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -104,7 +104,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -91,7 +91,7 @@ $( ".selector" ).slider({
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -147,7 +147,7 @@ $('select').slider();
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -95,7 +95,7 @@ $('.selector').slider('refresh');
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -104,7 +104,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -90,7 +90,7 @@ $( ".selector" ).textinput({
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -212,7 +212,7 @@ $('input').textinput();
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -87,7 +87,7 @@ $('.selector').textinput('disable');
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -89,7 +89,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -156,7 +156,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -61,7 +61,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -163,7 +163,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -72,7 +72,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -103,7 +103,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -123,7 +123,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -238,7 +238,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -238,7 +238,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -78,7 +78,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -164,7 +164,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -183,7 +183,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -87,7 +87,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -567,7 +567,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -160,7 +160,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -162,7 +162,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -87,7 +87,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -89,7 +89,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -102,7 +102,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -89,7 +89,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -136,7 +136,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -253,7 +253,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -124,7 +124,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -90,7 +90,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -213,7 +213,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -114,7 +114,7 @@ $.mobile.page.prototype.options.domCache = true;
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -118,7 +118,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -289,7 +289,7 @@ function showCategory( urlObj, options )
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -132,7 +132,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -171,7 +171,7 @@ $.ajaxPrefilter( function(options, originalOptions, jqXHR) {
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -137,7 +137,7 @@ $.mobile.silentScroll(300);
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -71,7 +71,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -281,7 +281,7 @@ $.mobile.defaultTransitionHandler = myTransitionHandler;
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -139,7 +139,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -152,7 +152,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -152,7 +152,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -152,7 +152,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="c">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

View file

@ -152,7 +152,7 @@
</div><!-- /content -->
<div data-role="footer" class="footer-docs" data-theme="d">
<p>&copy; 2011 The jQuery Project</p>
<p>&copy; 2011-2012 The jQuery Project</p>
</div>
</div><!-- /page -->

Some files were not shown because too many files have changed in this diff Show more