From 4132668bb28fa5dbb68d4e0925179321bb3be760 Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 26 Oct 2016 13:26:46 -0700 Subject: [PATCH] Added missing @param --- modules/shared/lib/weblib.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/shared/lib/weblib.js b/modules/shared/lib/weblib.js index 435405d0e..0c683b730 100644 --- a/modules/shared/lib/weblib.js +++ b/modules/shared/lib/weblib.js @@ -286,6 +286,7 @@ web.getResource = function(sURL, dataPost, fAsync, done) /** * parseMemoryResource(sURL, sData) * + * @param {string} sURL * @param {string} sData * @return {Object|null} (resource) */