Reinstated Phantom interface.

This commit is contained in:
T. Michael Keesey
2014-03-04 19:25:40 -08:00
parent c6b378704a
commit db9c476fa5
+4 -2
View File
@@ -5,7 +5,9 @@
declare function require(module: string): any;
declare var phantom: {
declare var phantom: Phantom;
interface Phantom {
// Properties
args: string[]; // DEPRECATED
@@ -28,7 +30,7 @@ declare var phantom: {
// Callbacks
onError: (msg: string, trace: string[]) => any;
};
}
interface System {
pid: number;