style: fix linter errors

This commit is contained in:
Brandy Carney
2016-06-09 14:04:48 -04:00
parent 8ff2476cc3
commit 7a3477b782

View File

@@ -209,7 +209,7 @@ export const isActivatable = function(ele: HTMLElement) {
}
return false;
}
};
function addListener(type: string, listener: any, useCapture?: boolean) {
document.addEventListener(type, listener, useCapture);