mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +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