From b2f82e3abcd73551ea510b3d047239005b099db2 Mon Sep 17 00:00:00 2001 From: spacejack Date: Sun, 7 Jul 2019 16:35:02 -0400 Subject: [PATCH] Add build/parsePathname to API TOC (#2460) --- docs/nav-methods.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/nav-methods.md b/docs/nav-methods.md index ed0d7af7..83a82d35 100644 --- a/docs/nav-methods.md +++ b/docs/nav-methods.md @@ -7,6 +7,8 @@ - [m.jsonp](jsonp.md) - [m.parseQueryString](parseQueryString.md) - [m.buildQueryString](buildQueryString.md) + - [m.buildPathname](buildPathname.md) + - [m.parsePathname](parsePathname.md) - [m.trust](trust.md) - [m.fragment](fragment.md) - [m.redraw](redraw.md)