mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
typo
This commit is contained in:
@@ -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' });
|
||||
var myScroll7 = new iScroll(document.getElementById('wrapper'));
|
||||
var myScroll8 = new iScroll(document.getElementById('wrapper'), { scrollbarClass: 'myScrollbar' });
|
||||
Reference in New Issue
Block a user