From 3f4282e573b586e55527980531d626cddc268cef Mon Sep 17 00:00:00 2001 From: Jono Menz Date: Tue, 23 Sep 2014 17:32:32 -0700 Subject: [PATCH] Correct resize start/stop test --- demos/test/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/demos/test/index.html b/demos/test/index.html index 904a060..dcfd717 100644 --- a/demos/test/index.html +++ b/demos/test/index.html @@ -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; }); @@ -103,8 +103,8 @@ Don't adjust on window resize » Adjust Focus » Adjust Focus (old method) - » Start - » Stop + » Window On + » Window Off