EaselJS: Add missing methods to Stage

This commit is contained in:
Pedro Ferreira
2012-11-17 23:39:12 +00:00
parent 4fe8ef4888
commit f8d298e022
+2
View File
@@ -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;