Repository: incubator-ignite Updated Branches: refs/heads/ignite-964 a7bb9ee4a -> 43d8cd3c6
#ignite-964: add SIZE for nodejs cache. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/43d8cd3c Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/43d8cd3c Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/43d8cd3c Branch: refs/heads/ignite-964 Commit: 43d8cd3c686b5a15fb9da0f9bdedeaa23f5fdfb2 Parents: a7bb9ee Author: ivasilinets <ivasilin...@gridgain.com> Authored: Wed Jul 1 17:08:54 2015 +0300 Committer: ivasilinets <ivasilin...@gridgain.com> Committed: Wed Jul 1 17:08:54 2015 +0300 ---------------------------------------------------------------------- modules/nodejs/src/test/js/test-cache-api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/43d8cd3c/modules/nodejs/src/test/js/test-cache-api.js ---------------------------------------------------------------------- diff --git a/modules/nodejs/src/test/js/test-cache-api.js b/modules/nodejs/src/test/js/test-cache-api.js index 3d3dad8..c3a2f9e 100644 --- a/modules/nodejs/src/test/js/test-cache-api.js +++ b/modules/nodejs/src/test/js/test-cache-api.js @@ -269,7 +269,7 @@ testSize = function() { cache.size(onSize.bind(null, 0, next, cache)); } - function size1(cache, entry, next) { + function size1(cache, entry, next) { cache.size(onSize.bind(null, 1, next, cache)); }