Skip to content

Commit

Permalink
Correct resize start/stop test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonom committed Sep 24, 2014
1 parent d0728eb commit 3f4282e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demos/test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
return false;
});
$('#NoResize a.start').click(function(){
$('#NoResize').focusPoint('start');
$('#NoResize').focusPoint('windowOn');
return false;
});
$('#NoResize a.stop').click(function(){
$('#NoResize').focusPoint('stop');
$('#NoResize').focusPoint('windowOff');
return false;
});

Expand Down Expand Up @@ -103,8 +103,8 @@
<span class="label">Don't adjust on window resize
<a href="#" class="adjust">» Adjust Focus</a>
<a href="#" class="adjust2">» Adjust Focus (old method)</a>
<a href="#" class="start">» Start</a>
<a href="#" class="stop">» Stop</a>
<a href="#" class="start">» Window On</a>
<a href="#" class="stop">» Window Off</a>
</span>
</div>

Expand Down

0 comments on commit 3f4282e

Please sign in to comment.