chore(): fix typescript errors

This commit is contained in:
Adam Bradley
2016-01-10 01:05:46 -06:00
parent 3a88b9ff91
commit c05d19606a
4 changed files with 64 additions and 57 deletions

View File

@ -7,6 +7,7 @@ let isShowing = false;
* @private
*/
export class ClickBlock {
private _enabled: boolean = false;
enable() {
cbEle = document.createElement('click-block');