Merge pull request #2235 from prathamesh-sonpatki/doc-ensure-callbacks-are-arrays

Document ensureCallbackArrays method from visitors.js
This commit is contained in:
Sebastian McKenzie 2015-09-01 04:30:36 +01:00
commit 19da69e7b4

View File

@ -165,7 +165,7 @@ function ensureEntranceObjects(obj) {
}
/**
* [Please add a description.]
* Makes sure that enter and exit callbacks are arrays.
*/
function ensureCallbackArrays(obj){