From e722b5d4cab5d9b6b0aca8df4d625b94d8669b9c Mon Sep 17 00:00:00 2001 From: vvakame Date: Sun, 11 May 2014 01:39:03 +0900 Subject: [PATCH] fix travis-ci --- atom/atom-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom/atom-tests.ts b/atom/atom-tests.ts index a033203e1..29dde2d89 100644 --- a/atom/atom-tests.ts +++ b/atom/atom-tests.ts @@ -11,7 +11,7 @@ var File = pathwatcher.File; class SampleView extends _atom.ScrollView { editorId:string; - file:PathWather.IFile; + file:PathWatcher.IFile; editor:AtomCore.IEditor; static deserialize(state:any):SampleView {