Merge pull request #82 from noobiept/master

EaselJS: Add missing methods to Stage
This commit is contained in:
Boris Yankov
2012-11-17 15:58:42 -08:00
+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;