WPRequest.prototype._renderPath = function() {
	var path = new Route( this._template );
	var pathValues = validatePath( this._path, this._pathValidators );

	return path.reverse( pathValues ) || '';
};
Beispiel #2
0
 this.link = (params) => {
   return '#' + parser.reverse(params);
 };