From 73a5cdc11d2487ef288d51c736e7855a080b3c7c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 25 Feb 2014 07:52:55 -0500 Subject: [PATCH] feature(storage) get: ret -> this --- lib/client/storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/storage.js b/lib/client/storage.js index fbfe8b61..e4ba53e7 100644 --- a/lib/client/storage.js +++ b/lib/client/storage.js @@ -67,7 +67,7 @@ var Util, DOM; Util.exec(callback, ret); - return ret; + return this; }, /** функция чистит весь кэш для всех каталогов*/