[Groonga-commit] groonga/groonga-admin at a8d0e43 [master] Add missing "; "

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Mar 4 20:53:05 JST 2015


Kouhei Sutou	2015-03-04 20:53:05 +0900 (Wed, 04 Mar 2015)

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

  Message:
    Add missing ";"

  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:52:59 +0900 (c25c6f4)
+++ app/scripts/services/schema-loader.js    2015-03-04 20:53:05 +0900 (c54efa7)
@@ -73,7 +73,7 @@ angular.module('groongaAdminApp')
           {
             name: 'WGS84GeoPoint'
           }
-        ]
+        ];
         schema.types = {};
         angular.forEach(builtinTypes, function(type) {
           schema.types[type.name] = type;
-------------- next part --------------
HTML����������������������������...
下载 



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