Modify reference path

This commit is contained in:
nobuoka
2015-04-21 14:46:57 +09:00
parent 4dcb6e64aa
commit 1973ae198c
+1 -1
View File
@@ -1,4 +1,4 @@
/// <reference path=".\oauth.js.d.ts" />
/// <reference path="oauth.js.d.ts" />
var encoded1: string = OAuth.percentEncode("abcあいう");
var encoded2: string = OAuth.percentEncode(["abc", "あいう"]);