pathanimator/inbrowser/ts/window.ts

12 lines
201 B
TypeScript

/// <reference path="PathAnimator.ts" />
/**
* extend Window to make our global instance available (for debugging purposes)
*/
interface Window {
/**
* our instance
*/
pa: PathAnimator;
}