Browse Source

Merge pull request #660 from f-dg/f-dg-onscroll

Onscroll event
Inuyaksa 8 years ago
parent
commit
c42fd04ff3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      jquery.nicescroll.js

+ 1 - 0
jquery.nicescroll.js

@@ -3333,6 +3333,7 @@
           self.noticeCursor();
           self.noticeCursor();
         });
         });
       }
       }
+      self.triggerScrollEnd();
     };
     };
     self.bind(self.docscroll, "scroll", self.onscroll);
     self.bind(self.docscroll, "scroll", self.onscroll);