[Groonga-commit] groonga/gcs [ember] Add a missing semicolon

Back to archive index

Yoji SHIDARA null+****@clear*****
Tue Sep 25 20:18:00 JST 2012


Yoji SHIDARA	2012-09-25 20:18:00 +0900 (Tue, 25 Sep 2012)

  New Revision: 9a26c0c08ef701c6ccae1ecb2bcc9d309878e835
  https://github.com/groonga/gcs/commit/9a26c0c08ef701c6ccae1ecb2bcc9d309878e835

  Log:
    Add a missing semicolon

  Modified files:
    public/js/gcs.js

  Modified: public/js/gcs.js (+1 -1)
===================================================================
--- public/js/gcs.js    2012-09-25 19:30:08 +0900 (2e51d4f)
+++ public/js/gcs.js    2012-09-25 20:18:00 +0900 (625eca4)
@@ -147,7 +147,7 @@ App.SearchController = Ember.ArrayController.extend({
   urlForRawRequest: function() {
     var domain = this.get('domain');
     if (!domain) {
-      return ''
+      return '';
     }
     var searchEndpoint = domain.get('searchEndpoint');
     var params = this.get('paramsForRequest');
-------------- next part --------------
HTML����������������������������...
Descargar 



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