mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-27 11:40:08 +08:00
fixed broken build
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="mocha/mocha.d.ts" />
|
||||
/// <reference path="/mocha/mocha.d.ts" />
|
||||
/// <reference path="quixote.d.ts" />
|
||||
|
||||
function test_createFrame() {
|
||||
|
||||
Vendored
+2
-2
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user