mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Modify reference path
This commit is contained in:
@@ -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", "あいう"]);
|
||||
|
||||
Reference in New Issue
Block a user