mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 03:02:04 +08:00
Merge pull request #4413 from borisyankov/basarat-patch-1
getTabSize returns number
This commit is contained in:
2
ace/ace.d.ts
vendored
2
ace/ace.d.ts
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user