[Groonga-commit] groonga/gcs [master] Fix typo (, => .)

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Nov 1 12:22:29 JST 2012


YUKI Hiroshi	2012-11-01 12:22:29 +0900 (Thu, 01 Nov 2012)

  New Revision: 8444eb7732dc85392f8a8cd645bc05dcf17297ae
  https://github.com/groonga/gcs/commit/8444eb7732dc85392f8a8cd645bc05dcf17297ae

  Log:
    Fix typo (, => .)

  Modified files:
    lib/select-query.js

  Modified: lib/select-query.js (+1 -1)
===================================================================
--- lib/select-query.js    2012-11-01 12:20:38 +0900 (b491e6f)
+++ lib/select-query.js    2012-11-01 12:22:29 +0900 (7a9785e)
@@ -92,7 +92,7 @@ SelectQuery.prototype = {
 
   get sortKey() {
     if (this._sortKey === undefined)
-      this,_sortKey = this.prepareSortKey();
+      this._sortKey = this.prepareSortKey();
     return this._sortKey;
   },
   prepareSortKey: function() {
-------------- next part --------------
HTML����������������������������...
Download 



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