From c578d7c4e8ff676a9b73e980f7bb3f070c3356e4 Mon Sep 17 00:00:00 2001 From: NeSmogPridymatNick Date: Wed, 23 Nov 2016 20:59:48 +0500 Subject: [PATCH] Update lib.js --- lib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.js b/lib.js index 60f30ab..61c8662 100644 --- a/lib.js +++ b/lib.js @@ -27,7 +27,7 @@ function LimitedIterator(friends, filter, maxLevel) { * @constructor */ function Filter() { - console.info('Filter'); + console.info('Filter123'); } /**