[Groonga-commit] groonga/heroku-try-groonga at 943de11 [master] Add missing semicolon

Back to archive index

Masafumi Yokoyama null+****@clear*****
Thu Dec 3 02:29:26 JST 2015


Masafumi Yokoyama	2015-12-03 02:29:26 +0900 (Thu, 03 Dec 2015)

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

  Message:
    Add missing semicolon

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

  Modified: public/js/try-groonga.js (+1 -1)
===================================================================
--- public/js/try-groonga.js    2015-12-01 22:38:12 +0900 (2d5ad4f)
+++ public/js/try-groonga.js    2015-12-03 02:29:26 +0900 (9f3c4fb)
@@ -63,7 +63,7 @@ jQuery(function($, undefined) {
         if (response.length === 0) {
           return;
         }
-        responses.push(response)
+        responses.push(response);
         $("#paste-response").val(responses.join("\n\n"));
       });
     }
-------------- next part --------------
HTML����������������������������...
Download 



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