From 45e6b04f36857bf3cdcc4994de7e89a9410bda45 Mon Sep 17 00:00:00 2001 From: Ryan Riley Date: Fri, 31 Mar 2017 15:23:45 -0500 Subject: [PATCH] Add spaces after comment to fix build --- types/handsontable/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/handsontable/index.d.ts b/types/handsontable/index.d.ts index e28562a08f..492dbd61a1 100644 --- a/types/handsontable/index.d.ts +++ b/types/handsontable/index.d.ts @@ -519,5 +519,5 @@ declare class Handsontable extends __Handsontable.Core { declare module "handsontable" { export = Handsontable; } -//export = Handsontable; -//export as namespace Handsontable; +// export = Handsontable; +// export as namespace Handsontable;