Browse Source

Fixed a comment.

Bruno Nadeau 9 năm trước cách đây
mục cha
commit
8ce456d7f4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      jquery.nicescroll.js

+ 1 - 1
jquery.nicescroll.js

@@ -13,7 +13,7 @@
     // AMD. Register as anonymous module.
     define(['jquery'], factory);
   } else if (typeof exports === 'object') {
-    // Node/CommonJS style for Browserify
+    // Node/CommonJS.
     module.exports = factory(require('jquery'));
   } else {
     // Browser globals.