Fix definitions for TS 0.9

This commit is contained in:
Neil Stalker
2013-06-25 13:44:00 +01:00
parent 5897eeb78c
commit 8d4540f61b
7 changed files with 85 additions and 86 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ interface EpicEditorOptions {
};
}
class EpicEditor {
declare class EpicEditor {
constructor();
constructor(options: EpicEditorOptions);