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

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Dec 21 16:56:55 JST 2014


Kouhei Sutou	2014-12-21 16:56:55 +0900 (Sun, 21 Dec 2014)

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

  Message:
    Add a missing ";"

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

  Modified: app/scripts/services/schema-loader.js (+1 -1)
===================================================================
--- app/scripts/services/schema-loader.js    2014-12-21 16:56:35 +0900 (c00b70a)
+++ app/scripts/services/schema-loader.js    2014-12-21 16:56:55 +0900 (8c6bdf7)
@@ -152,7 +152,7 @@ angular.module('groongaAdminApp')
           });
           return defer.promise;
         } else {
-          fetching = true
+          fetching = true;
           return fetchTables();
         }
       };
-------------- next part --------------
HTML����������������������������...
Download 



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