getTabSize returns number

This commit is contained in:
Basarat Ali Syed
2015-05-21 19:14:33 +10:00
parent e967bae9e6
commit 2c3f84a797

2
ace/ace.d.ts vendored
View File

@@ -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.