[Groonga-commit] groonga/groonga-admin at 5cae262 [master] Use "==="

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Nov 5 00:13:15 JST 2014


Kouhei Sutou	2014-11-05 00:13:15 +0900 (Wed, 05 Nov 2014)

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

  Message:
    Use "==="

  Modified files:
    app/scripts/controllers/table-search-controller.js

  Modified: app/scripts/controllers/table-search-controller.js (+1 -1)
===================================================================
--- app/scripts/controllers/table-search-controller.js    2014-11-05 00:12:49 +0900 (5717b46)
+++ app/scripts/controllers/table-search-controller.js    2014-11-05 00:13:15 +0900 (91569d4)
@@ -57,7 +57,7 @@ angular.module('groongaAdminApp')
       var sortKeys = $scope.columns.filter(function(column) {
         return column.sort;
       }).map(function(column) {
-        if (column.sort == 'ascending') {
+        if (column.sort === 'ascending') {
           return column.name;
         } else {
           return '-' + column.name;
-------------- next part --------------
HTML����������������������������...
Download 



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