From 1973ae198c23cffab66385aa8f3747062ed8675c Mon Sep 17 00:00:00 2001 From: nobuoka Date: Tue, 21 Apr 2015 14:46:57 +0900 Subject: [PATCH] Modify reference path --- oauth.js/oauth.js-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth.js/oauth.js-tests.ts b/oauth.js/oauth.js-tests.ts index 0cc5a129a..81fa694b8 100644 --- a/oauth.js/oauth.js-tests.ts +++ b/oauth.js/oauth.js-tests.ts @@ -1,4 +1,4 @@ -/// +/// var encoded1: string = OAuth.percentEncode("abcあいう"); var encoded2: string = OAuth.percentEncode(["abc", "あいう"]);