From 2c3f84a797387fb4b275b027d946694c4326ec11 Mon Sep 17 00:00:00 2001 From: Basarat Ali Syed Date: Thu, 21 May 2015 19:14:33 +1000 Subject: [PATCH] getTabSize returns number --- ace/ace.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ace/ace.d.ts b/ace/ace.d.ts index 29fadf3bc7..9866e1e28b 100644 --- a/ace/ace.d.ts +++ b/ace/ace.d.ts @@ -576,7 +576,7 @@ declare module AceAjax { /** * Returns the current tab size. **/ - getTabSize(): string; + getTabSize(): number; /** * Returns `true` if the character at the position is a soft tab.