From 2ee8b31c34ea902d955f3e17706865355e6cc8fd Mon Sep 17 00:00:00 2001 From: Christiaan Rakowski Date: Thu, 12 Sep 2013 16:59:42 +0200 Subject: [PATCH] typo --- iscroll/iscroll-tests.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iscroll/iscroll-tests.ts b/iscroll/iscroll-tests.ts index 4938a609b..e8141d5ea 100644 --- a/iscroll/iscroll-tests.ts +++ b/iscroll/iscroll-tests.ts @@ -19,5 +19,5 @@ var myScroll6 = new iScroll('wrapper', { scrollbarClass: 'myScrollbar' }); myScroll1.refresh(); -var myScroll6 = new iScroll(document.getElementById('wrapper')); -var myScroll7 = new iScroll(document.getElementById('wrapper'), { scrollbarClass: 'myScrollbar' }); \ No newline at end of file +var myScroll7 = new iScroll(document.getElementById('wrapper')); +var myScroll8 = new iScroll(document.getElementById('wrapper'), { scrollbarClass: 'myScrollbar' }); \ No newline at end of file