Skip to content

Commit

Permalink
Title tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickberkeley committed Nov 7, 2012
1 parent 21056bf commit 450e313
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -285,7 +285,7 @@ <h2>Sequencing mess</h2>
</code></pre>
</section>
<section>
<h2>Deferred sequencing</h2>
<h2>Sequencing</h2>
<pre><code>
var req1 = $.get('api1/data');
var req2 = $.get('api2/data');
Expand Down Expand Up @@ -319,7 +319,7 @@ <h2>Ugly Parallel Requests</h2>
</code></pre>
</section>
<section>
<h2>Deferred Parallelization</h2>
<h2>Parallelization</h2>
<pre><code>
$.when(
$.get('api1/data'),
Expand All @@ -345,7 +345,7 @@ <h2>Filtered responses</h2>
</code></pre>
</section>
<section>
<h2>Create your own deferred</h2>
<h2>Create your own</h2>
<pre><code>
function showSpinner(){
var deferred = $.Deferred();
Expand Down

0 comments on commit 450e313

Please sign in to comment.