From 939fb46dfad9dffcfe7b317791a5bba012153cd0 Mon Sep 17 00:00:00 2001 From: Aleksandr Filatov Date: Fri, 12 Jun 2015 13:43:18 +0300 Subject: [PATCH] fixed broken build --- quixote/quixote-tests.ts | 2 +- quixote/quixote.d.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/quixote/quixote-tests.ts b/quixote/quixote-tests.ts index 9217a076e..ee6b6e090 100644 --- a/quixote/quixote-tests.ts +++ b/quixote/quixote-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// function test_createFrame() { diff --git a/quixote/quixote.d.ts b/quixote/quixote.d.ts index af9bf0056..bc9100b71 100644 --- a/quixote/quixote.d.ts +++ b/quixote/quixote.d.ts @@ -226,8 +226,8 @@ declare module "quixote" { class Quixote { constructor(); - createFrame(options, callback(err, frame)): QFrame; + createFrame(options, callback: (err: Error, frame: QFrame) => void): QFrame; } export = Quixote; -} +} \ No newline at end of file