Merge pull request #4413 from borisyankov/basarat-patch-1

getTabSize returns number
This commit is contained in:
Basarat Ali Syed
2015-05-21 19:15:50 +10:00

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.