docs(modeling/util): fix LaneUtil docs

This commit is contained in:
Nico Rehwaldt 2015-10-16 09:28:18 +02:00 committed by pedesen
parent 6a3bdd32ea
commit 90067aba03

View File

@ -30,7 +30,7 @@ module.exports.LANE_INDENTATION = LANE_INDENTATION;
/** /**
* Collect all lane shapes in the given paren * Collect all lane shapes in the given paren
* *
* @param {[type]} shape * @param {djs.model.Shape} shape
* @param {Array<djs.model.Base>} [collectedShapes] * @param {Array<djs.model.Base>} [collectedShapes]
* *
* @return {Array<djs.model.Base>} * @return {Array<djs.model.Base>}