Home | History | Annotate | Download | only in front-end

Lines Matching refs:sPath

1140         var sPath = [];
1142 sPath.push(path[j].item.toString());
1143 sPath.push(this._nodeToString(path[path.length - 1].item.node));
1144 sPath.reverse();
1145 return sPath.join("");