You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2015/07/31 08:10:52 UTC

[16/50] [abbrv] incubator-ignite git commit: # ignite-961 Typo.

# ignite-961 Typo.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/4475be8a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/4475be8a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/4475be8a

Branch: refs/heads/ignite-843
Commit: 4475be8a9f48c9e286202df75f03eb91207881ab
Parents: e051674
Author: Andrey <an...@gridgain.com>
Authored: Mon Jul 27 14:15:21 2015 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Mon Jul 27 14:15:21 2015 +0700

----------------------------------------------------------------------
 modules/nodejs/src/main/js/sql-fields-query.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/4475be8a/modules/nodejs/src/main/js/sql-fields-query.js
----------------------------------------------------------------------
diff --git a/modules/nodejs/src/main/js/sql-fields-query.js b/modules/nodejs/src/main/js/sql-fields-query.js
index 13c6df8..edc9f4c 100644
--- a/modules/nodejs/src/main/js/sql-fields-query.js
+++ b/modules/nodejs/src/main/js/sql-fields-query.js
@@ -72,7 +72,7 @@ SqlFieldsQuery.prototype.page = function(res) {
  * @param {int} pageSz Page size.
  */
 SqlFieldsQuery.prototype.setPageSize = function(pageSz) {
-    this._pageSize = pageSz;
+    this._pageSz = pageSz;
 }
 
 /**