Add WebPage, Etc

This commit is contained in:
Jed Hunsaker
2013-02-16 02:17:15 -08:00
parent ca0565d727
commit ad54ebff92
2 changed files with 150 additions and 10 deletions
-7
View File
@@ -138,13 +138,6 @@ interface ClientUtils {
visible(selector: string);
}
interface ClipRect {
top: number;
left: number;
width: number;
height: number;
}
interface Colorizer {
colorize(text: string, styleName: string);
format(text: string, style: any);