[Groonga-commit] groonga/groonga-admin at b25d127 [master] Remove needless "; "

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Mar 4 20:52:59 JST 2015


Kouhei Sutou	2015-03-04 20:52:59 +0900 (Wed, 04 Mar 2015)

  New Revision: b25d1278539bd0c2d95c5a1281e72d5b35fd166f
  https://github.com/groonga/groonga-admin/commit/b25d1278539bd0c2d95c5a1281e72d5b35fd166f

  Message:
    Remove needless ";"

  Modified files:
    app/scripts/services/schema-loader.js

  Modified: app/scripts/services/schema-loader.js (+1 -1)
===================================================================
--- app/scripts/services/schema-loader.js    2015-03-04 20:49:54 +0900 (f67f439)
+++ app/scripts/services/schema-loader.js    2015-03-04 20:52:59 +0900 (c25c6f4)
@@ -21,7 +21,7 @@ angular.module('groongaAdminApp')
         var newSchema = {};
         fillTypes(newSchema);
         return newSchema;
-      };
+      }
 
       function fillTypes(schema) {
         var builtinTypes = [
-------------- next part --------------
HTML����������������������������...
Download 



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