Rename files to match project name

This commit is contained in:
Brian Surowiec
2015-05-25 15:30:19 -04:00
parent ab3cc6e0e0
commit 6c7eba43d4
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/// <reference path="URI.d.ts" />
/// <reference path="URIjs.d.ts" />
URI();
URI('http://user:pass@example.org:80/foo/bar.html?foo=bar&bar=baz#frag');
View File