[Groonga-commit] groonga/heroku-try-groonga at e7df0e8 [master] Use " (double quote) for string literal

Back to archive index

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


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

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

  Message:
    Use " (double quote) for string literal

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

  Modified: public/js/try-groonga.js (+1 -1)
===================================================================
--- public/js/try-groonga.js    2014-07-20 11:10:49 +0900 (3fd9f68)
+++ public/js/try-groonga.js    2014-07-20 11:11:08 +0900 (ad18139)
@@ -44,7 +44,7 @@ jQuery(function($, undefined) {
     prompt: "groonga> "
   });
 
-  $('#terminal').mousewheel(function(event) {
+  $("#terminal").mousewheel(function(event) {
     this.scrollTop += deltaY * -10;
     return event.preventDefault();
   });
-------------- next part --------------
HTML����������������������������...
下載 



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