Added missing @param

This commit is contained in:
Jeff 2016-10-26 13:26:46 -07:00 committed by Jeff Parsons
commit 4132668bb2

View file

@ -286,6 +286,7 @@ web.getResource = function(sURL, dataPost, fAsync, done)
/**
* parseMemoryResource(sURL, sData)
*
* @param {string} sURL
* @param {string} sData
* @return {Object|null} (resource)
*/