[Groonga-commit] groonga/heroku-try-groonga at 1e9b97f [master] Add missing receiver

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jul 20 11:31:29 JST 2014


Kouhei Sutou	2014-07-20 11:31:29 +0900 (Sun, 20 Jul 2014)

  New Revision: 1e9b97f2a42c998d8d44d6872c05319bf3e11b54
  https://github.com/groonga/heroku-try-groonga/commit/1e9b97f2a42c998d8d44d6872c05319bf3e11b54

  Message:
    Add missing receiver

  Modified files:
    public/js/try-groonga.js

  Modified: public/js/try-groonga.js (+1 -1)
===================================================================
--- public/js/try-groonga.js    2014-07-20 11:15:21 +0900 (ad18139)
+++ public/js/try-groonga.js    2014-07-20 11:31:29 +0900 (244da28)
@@ -45,7 +45,7 @@ jQuery(function($, undefined) {
   });
 
   $("#terminal").mousewheel(function(event) {
-    this.scrollTop += deltaY * -10;
+    this.scrollTop += event.deltaY * -10;
     return event.preventDefault();
   });
 });
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index