From c8bfe5cbfe62224d9ba8cf7aff9aeeab6a82b4da Mon Sep 17 00:00:00 2001 From: vvakame Date: Sun, 11 May 2014 01:35:09 +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 505973c9af..a033203e1d 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:pathwatcher.IFile; + file:PathWather.IFile; editor:AtomCore.IEditor; static deserialize(state:any):SampleView {