Skip to content

Commit 940f132

Browse files
Update README.md
1 parent dcacc2c commit 940f132

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -648,16 +648,6 @@ isScrollable: Checks if element is scrollable
648648
isScrollable(elem);
649649
```
650650

651-
getInfo: Gets information from _info.yaml_ based on extension name
652-
```js
653-
/**
654-
* Recieves the extensions informations based on language
655-
* @param {String} name Extension Name
656-
* @returns {String} JSon format of the extension
657-
*/
658-
getInfo(name);
659-
```
660-
661651
HTMLEncoder: Encodes HTML to sanitized string
662652
```js
663653
/**

0 commit comments

Comments
 (0)