Skip to content

Commit f6dde61

Browse files
committed
Update PathUtils.js
Fix issue #979 which caused an error when running the examples because of a typo.
1 parent b3157e0 commit f6dde61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/PathUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ var PathUtils = {
151151
if (queryString)
152152
return PathUtils.withoutQuery(path) + '?' + queryString;
153153

154-
return Path.withoutQuery(path);
154+
return PathUtils.withoutQuery(path);
155155
}
156156

157157
};

0 commit comments

Comments
 (0)