From d9d2368e9b97e74351819bb45c568c0c57dec2b5 Mon Sep 17 00:00:00 2001 From: jKey Lu Date: Sat, 23 Jan 2016 22:38:24 +0800 Subject: [PATCH] fixed reference --- koa/koa-1.1.2-tests.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koa/koa-1.1.2-tests.ts b/koa/koa-1.1.2-tests.ts index 9edfbbaf5..da65e5a5d 100644 --- a/koa/koa-1.1.2-tests.ts +++ b/koa/koa-1.1.2-tests.ts @@ -1,4 +1,4 @@ -/// +/// import * as Koa from 'koa'; var app = new Koa(); @@ -23,4 +23,4 @@ app.use(function *(): Iterable { ctx.body = 'Hello World'; }); -app.listen(3000); \ No newline at end of file +app.listen(3000);