Skip to content

Commit

Permalink
[dev] typings updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav-Wolski committed Apr 18, 2017
1 parent 79e68ea commit ff329aa
Show file tree
Hide file tree
Showing 2 changed files with 2,695 additions and 1,973 deletions.
3 changes: 2 additions & 1 deletion index.ts
Expand Up @@ -49,8 +49,9 @@ export class HTMLCell{
if (typeof config === "object"){
config.parent = this.root;
return new dhtmlXLayoutObject(config);
} else
} else {
return new dhtmlXLayoutObject(this.root, config);
}
}
}

Expand Down

0 comments on commit ff329aa

Please sign in to comment.