From 9589d1175813c9948e14d716525e3f9852ad9c73 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 4 Oct 2013 10:44:16 +0000 Subject: [PATCH] fix(appcache) addFiles: pFilesNames -> pFileNames --- lib/server/appcache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server/appcache.js b/lib/server/appcache.js index a0a24901..7cbdc5d4 100644 --- a/lib/server/appcache.js +++ b/lib/server/appcache.js @@ -45,7 +45,7 @@ /* if a couple files */ if (Util.isArray(pFileNames)) { - n = pFilesNames.length; + n = pFileNames.length; for (i = 0; i < n; i++) { /* if fallback setted up */