fix errors

This commit is contained in:
Dan Marshall
2015-10-23 18:44:17 -07:00
parent 1067cecc6c
commit 220ded95db
2 changed files with 34 additions and 66 deletions
+1 -1
View File
@@ -291,7 +291,7 @@ declare module OpenJsCad {
addLibrary(lib: any): void;
setError(txt: string): void;
setDebugging(debugging: boolean): void;
setJsCad(script: string, filename: string): void;
setJsCad(script: string, filename?: string): void;
getParamValues(): {};
rebuildSolid(): void;
hasSolid(): boolean;