소스 검색

Missing comma after grabcursorenabled: true

Missing comma after grabcursorenabled: true
Raphaël Dartigues 10 년 전
부모
커밋
72ed776460
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -122,7 +122,7 @@ When you call "niceScroll" you can pass some parameters to custom visual aspects
         boxzoom: false, // enable zoom for box content
         dblclickzoom: true, // (only when boxzoom=true) zoom activated when double click on box
         gesturezoom: true, // (only when boxzoom=true and with touch devices) zoom activated when pinch out/in on box
-        grabcursorenabled: true // (only when touchbehavior=true) display "grab" icon
+        grabcursorenabled: true, // (only when touchbehavior=true) display "grab" icon
         autohidemode: true, // how hide the scrollbar works, possible values: true, "cursor" (only cursor hidden), false (do not hide),
         background: "", // change css for rail background
         iframeautoresize: true, // autoresize iframe on load event