[Groonga-commit] groonga/groonga [master] [admin] this -> that.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 12月 5日 (月) 18:14:34 JST


Kouhei Sutou	2011-12-05 09:14:34 +0000 (Mon, 05 Dec 2011)

  New Revision: 09c0a9c1629823f91a2328da69486eb718ca1e51

  Log:
    [admin] this -> that.

  Modified files:
    data/html/admin/index.html

  Modified: data/html/admin/index.html (+2 -2)
===================================================================
--- data/html/admin/index.html    2011-12-05 08:57:11 +0000 (4d6dc20)
+++ data/html/admin/index.html    2011-12-05 09:14:34 +0000 (0ab84e7)
@@ -626,9 +626,9 @@ GroongaAdmin = {
                                              max: 0},
                                      yaxis: {min: 0}});
     }
-    var _this = this;
+    var that = this;
     var chartSeries = $.map(this.throughputData, function(n, i) {
-                         return [[-(_this.throughputData.length - i) + 1, n]];
+                         return [[-(that.throughputData.length - i) + 1, n]];
                       });
     this.throughputChart.setData([chartSeries]);
     if (maxThroughputUpdated) {




Groonga-commit メーリングリストの案内
Back to archive index