This commit is contained in:
Alex Dima
2016-02-13 00:10:03 +01:00
parent 7ec1904233
commit 021995c100
57 changed files with 128 additions and 195 deletions

View File

@@ -190,7 +190,7 @@ export default class URI {
ret._path = match[5] || ret._path;
ret._query = match[7] || ret._query;
ret._fragment = match[9] || ret._fragment;
};
}
URI._validate(ret);
return ret;
}