From bfef97c8fceff9ba55fe813eec8b973a30858d01 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 9 Sep 2013 18:42:51 +0000 Subject: [PATCH] Documentation correction --- etemplate/js/et2_core_arrayMgr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/js/et2_core_arrayMgr.js b/etemplate/js/et2_core_arrayMgr.js index 2ef974277b..b3d38a4e00 100644 --- a/etemplate/js/et2_core_arrayMgr.js +++ b/etemplate/js/et2_core_arrayMgr.js @@ -140,7 +140,7 @@ var et2_arrayMgr = Class.extend( * @param _key is the string index, may contain sub-indices like a[b] * @param _referenceInto if true none-existing sub-arrays/-indices get created * to be returned as reference, else false is returned. Defaults to false - * @param _skipEmpty returns false if _key is not present in this content array. + * @param _skipEmpty returns null if _key is not present in this content array. * Defaults to false. */ getEntry : function(_key, _referenceInto, _skipEmpty) {