mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 06:03:07 +03:00
[typescript/zh-cn] fix reference (#3040)
This commit is contained in:
parent
9f33f260dc
commit
4d49a48d6c
@ -153,7 +153,7 @@ var pairToTuple = function<T>(p: Pair<T>) {
|
|||||||
var tuple = pairToTuple({ item1:"hello", item2:"world"});
|
var tuple = pairToTuple({ item1:"hello", item2:"world"});
|
||||||
|
|
||||||
// 引用定义文件
|
// 引用定义文件
|
||||||
// <reference path="jquery.d.ts" />
|
/// <reference path="jquery.d.ts" />
|
||||||
|
|
||||||
// 模板字符串(使用反引号的字符串)
|
// 模板字符串(使用反引号的字符串)
|
||||||
// 嵌入变量的模板字符串
|
// 嵌入变量的模板字符串
|
||||||
|
Loading…
Reference in New Issue
Block a user