fix travis-ci

This commit is contained in:
vvakame
2014-05-11 21:10:42 +02:00
committed by AdaskoTheBeAsT
parent 012f7d06f6
commit 4a1304479b
+1 -1
View File
@@ -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 {