Repository: incubator-ignite Updated Branches: refs/heads/ignite-961 e051674f4 -> 4475be8a9
# 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-961 Commit: 4475be8a9f48c9e286202df75f03eb91207881ab Parents: e051674 Author: Andrey <anovi...@gridgain.com> Authored: Mon Jul 27 14:15:21 2015 +0700 Committer: Andrey <anovi...@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; } /**