mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #82 from noobiept/master
EaselJS: Add missing methods to Stage
This commit is contained in:
Vendored
+2
@@ -503,6 +503,8 @@ module createjs {
|
||||
clone(): Stage;
|
||||
enableMouseOver(frequency: number): void;
|
||||
toDataURL(backgroundColor: string, mimeType: string): string;
|
||||
update(): void;
|
||||
clear(): void;
|
||||
|
||||
// events
|
||||
onMouseDown: (event: MouseEvent) => any;
|
||||
|
||||
Reference in New Issue
Block a user